#9292F0
A light, vivid blue closely aligning with Cornflowerblue.
About #9292F0
Visually, #9292F0 is defined as a vivid 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 146, 146, and 240.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 39% cyan and 39% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9292F0
RGB146, 146, 240
HSL240.0°, 75.8%, 75.7%
CMYK39%, 39%, 0%, 6%
HSV240.0°, 39.2%, 94.1%
LAB64.1, 22.5, -47.3
XYZ37.9, 33.0, 86.8
Decimal9605872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.59:1
Text on #000000
AAA
2.64:1
Text on #F8FAFC
FAIL
6.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9292F0;
}
.text-color {
color: #9292F0;
}
.border-color {
border: 2px solid #9292F0;
}