Cornflower Blue (Blue)
#918BEF
RGB: 145, 139, 239
Color OverviewHEX #918BEF
#918BEF Color Code Information
In the RGB color space, #918BEF is composed of 57% red, 55% green, and 94% blue. In the HSL color space, it has a hue of 244°, saturation of 76%, and lightness of 74%.
HEX
#918BEF
RGB
145, 139, 239
HSL
244°, 76%, 74%
HSV
244°, 42%, 94%
CMYK
39%, 42%, 0%, 6%
Name Match
Cornflower Blue
Closest StandardShades of #918BEF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #918BEF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #918BEF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #918BEF
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #918BEF Background
Contrast Ratio against Pure White (#FFFFFF):2.94 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #918BEF Background
Contrast Ratio against Pure Black (#000000):7.14 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #918BEF;
}
.element {
color: #918BEF;
background-color: #918BEF;
border-color: #918BEF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#918BEF] text-[#918BEF] border-[#918BEF]"> Content styled with #918BEF </div>