Ultramarine (Blue)
#5833FF
RGB: 88, 51, 255
Color OverviewHEX #5833FF

#5833FF Color Code Information

In the RGB color space, #5833FF is composed of 35% red, 20% green, and 100% blue. In the HSL color space, it has a hue of 251°, saturation of 100%, and lightness of 60%.

HEX
#5833FF
RGB
88, 51, 255
HSL
251°, 100%, 60%
HSV
251°, 80%, 100%
CMYK
65%, 80%, 0%, 0%
Name Match
Ultramarine
Closest Standard

Shades of #5833FF (Darker Variations)

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

Tints of #5833FF (Lighter Variations)

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

Tones of #5833FF (Muted Variations)

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

Color Harmonies for #5833FF

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 #5833FF Background
Contrast Ratio against Pure White (#FFFFFF):6.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #5833FF Background
Contrast Ratio against Pure Black (#000000):3.33 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #5833FF;
}

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