#BDAFFF
A very light, vivid blue closely aligning with Plum.
About #BDAFFF
At its core, #BDAFFF is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 189 parts red, 175 parts green, and 255 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 26% C, 31% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#BDAFFF
RGB189, 175, 255
HSL250.5°, 100.0%, 84.3%
CMYK26%, 31%, 0%, 0%
HSV250.5°, 31.4%, 100.0%
LAB75.3, 21.7, -37.8
XYZ54.4, 48.7, 101.1
Decimal12431359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.74:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDAFFF;
}
.text-color {
color: #BDAFFF;
}
.border-color {
border: 2px solid #BDAFFF;
}