#C5B6F8
A very light, vivid blue closely aligning with Plum.
About #C5B6F8
When working with digital screens, the color #C5B6F8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 197 parts red, 182 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 21% C, 27% M, 0% Y, and 3% K. With a hue angle of 253.6 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5B6F8
RGB197, 182, 248
HSL253.6°, 82.5%, 84.3%
CMYK21%, 27%, 0%, 3%
HSV253.6°, 26.6%, 97.3%
LAB77.3, 18.6, -30.8
XYZ56.7, 52.1, 95.9
Decimal12957432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.42:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5B6F8;
}
.text-color {
color: #C5B6F8;
}
.border-color {
border: 2px solid #C5B6F8;
}