Cornflower Blue (Blue)
#8392CE
RGB: 131, 146, 206
Color OverviewHEX #8392CE

#8392CE Color Code Information

In the RGB color space, #8392CE is composed of 51% red, 57% green, and 81% blue. In the HSL color space, it has a hue of 228°, saturation of 43%, and lightness of 66%.

HEX
#8392CE
RGB
131, 146, 206
HSL
228°, 43%, 66%
HSV
228°, 36%, 81%
CMYK
36%, 29%, 0%, 19%
Name Match
Cornflower Blue
Closest Standard

Shades of #8392CE (Darker Variations)

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

Tints of #8392CE (Lighter Variations)

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

Tones of #8392CE (Muted Variations)

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

Color Harmonies for #8392CE

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 #8392CE Background
Contrast Ratio against Pure White (#FFFFFF):3.01 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #8392CE Background
Contrast Ratio against Pure Black (#000000):6.97 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #8392CE;
}

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