#B6A8FF
A very light, vivid blue closely aligning with Cornflowerblue.
About #B6A8FF
At its core, #B6A8FF is a very light and vivid hue. 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 182, 168, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 29% Cyan, 34% Magenta, 0% Yellow, and 0% Black. With a hue angle of 249.7 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6A8FF
RGB182, 168, 255
HSL249.7°, 100.0%, 82.9%
CMYK29%, 34%, 0%, 0%
HSV249.7°, 34.1%, 100.0%
LAB73.0, 23.6, -41.4
XYZ51.3, 45.2, 100.6
Decimal11970815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.03:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6A8FF;
}
.text-color {
color: #B6A8FF;
}
.border-color {
border: 2px solid #B6A8FF;
}