#8A92E9
A light, moderate blue closely aligning with Cornflowerblue.
About #8A92E9
Visually, #8A92E9 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 146, and 233.
If you are designing for print, the four-color process is what matters most. The color uses 41% Cyan, 37% Magenta, 0% Yellow, and 9% Black. With a hue angle of 234.9 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A92E9
RGB138, 146, 233
HSL234.9°, 68.3%, 72.7%
CMYK41%, 37%, 0%, 9%
HSV234.9°, 40.8%, 91.4%
LAB63.2, 18.5, -44.9
XYZ35.5, 31.8, 81.4
Decimal9081577
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.37:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A92E9;
}
.text-color {
color: #8A92E9;
}
.border-color {
border: 2px solid #8A92E9;
}