Cornflower Blue (Blue)
#5883DF
RGB: 88, 131, 223
Color OverviewHEX #5883DF

#5883DF Color Code Information

In the RGB color space, #5883DF is composed of 35% red, 51% green, and 87% blue. In the HSL color space, it has a hue of 221°, saturation of 68%, and lightness of 61%.

HEX
#5883DF
RGB
88, 131, 223
HSL
221°, 68%, 61%
HSV
221°, 61%, 87%
CMYK
61%, 41%, 0%, 13%
Name Match
Cornflower Blue
Closest Standard

Shades of #5883DF (Darker Variations)

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

Tints of #5883DF (Lighter Variations)

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

Tones of #5883DF (Muted Variations)

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

Color Harmonies for #5883DF

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 #5883DF Background
Contrast Ratio against Pure White (#FFFFFF):3.67 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #5883DF Background
Contrast Ratio against Pure Black (#000000):5.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #5883DF;
}

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