#9292CC
A light, moderate blue closely aligning with Cornflowerblue.
About #9292CC
Visually, #9292CC is defined as a moderate blue. Designers often compare it to the standard color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 146, and 204.
If you are designing for print, the four-color process is what matters most. The color uses 28% Cyan, 28% Magenta, 0% Yellow, and 20% Black. The HSL representation is 240.0° hue, 36.3% saturation, and 68.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#9292CC
RGB146, 146, 204
HSL240.0°, 36.3%, 68.6%
CMYK28%, 28%, 0%, 20%
HSV240.0°, 28.4%, 80.0%
LAB62.5, 13.0, -29.8
XYZ33.0, 31.0, 61.4
Decimal9605836
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.21:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9292CC;
}
.text-color {
color: #9292CC;
}
.border-color {
border: 2px solid #9292CC;
}