#8392E2
A light, moderate blue closely aligning with Cornflowerblue.
About #8392E2
When working with digital screens, the color #8392E2 is rendered by mixing light. Its closest recognized web color is Cornflowerblue. This translates to an RGB value of rgb(131, 146, 226).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 42% cyan, 35% magenta, 0% yellow, and 11% black. The HSL representation is 230.5° hue, 62.1% saturation, and 70.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8392E2
RGB131, 146, 226
HSL230.5°, 62.1%, 70.0%
CMYK42%, 35%, 0%, 11%
HSV230.5°, 42.0%, 88.6%
LAB62.4, 14.8, -42.4
XYZ33.4, 30.9, 76.2
Decimal8622818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8392E2;
}
.text-color {
color: #8392E2;
}
.border-color {
border: 2px solid #8392E2;
}