#9292E9
A light, moderate blue closely aligning with Cornflowerblue.
About #9292E9
When working with digital screens, the color #9292E9 is rendered by mixing light. Its closest recognized web color is Cornflowerblue. Its digital footprint relies on 146 parts red, 146 parts green, and 233 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 37% cyan and 37% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#9292E9
RGB146, 146, 233
HSL240.0°, 66.4%, 74.3%
CMYK37%, 37%, 0%, 9%
HSV240.0°, 37.3%, 91.4%
LAB63.8, 20.6, -44.0
XYZ36.8, 32.6, 81.4
Decimal9605865
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.51:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9292E9;
}
.text-color {
color: #9292E9;
}
.border-color {
border: 2px solid #9292E9;
}