Ultramarine (Blue)
#4824EB
RGB: 72, 36, 235
Color OverviewHEX #4824EB

#4824EB Color Code Information

In the RGB color space, #4824EB is composed of 28% red, 14% green, and 92% blue. In the HSL color space, it has a hue of 251°, saturation of 83%, and lightness of 53%.

HEX
#4824EB
RGB
72, 36, 235
HSL
251°, 83%, 53%
HSV
251°, 85%, 92%
CMYK
69%, 85%, 0%, 8%
Name Match
Ultramarine
Closest Standard

Shades of #4824EB (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #4824EB (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #4824EB (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #4824EB

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #4824EB Background
Contrast Ratio against Pure White (#FFFFFF):7.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #4824EB Background
Contrast Ratio against Pure Black (#000000):2.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #4824EB;
}

.element {
  color: #4824EB;
  background-color: #4824EB;
  border-color: #4824EB;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#4824EB] text-[#4824EB] border-[#4824EB]">
  Content styled with #4824EB
</div>