#8A92E2
A light, moderate blue closely aligning with Cornflowerblue.
About #8A92E2
At its core, #8A92E2 is a light and moderate hue. 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 226.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 39% cyan and 35% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A92E2
RGB138, 146, 226
HSL234.5°, 60.3%, 71.4%
CMYK39%, 35%, 0%, 11%
HSV234.5°, 38.9%, 88.6%
LAB62.9, 16.6, -41.6
XYZ34.5, 31.5, 76.2
Decimal9081570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.29:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A92E2;
}
.text-color {
color: #8A92E2;
}
.border-color {
border: 2px solid #8A92E2;
}