#BDA8FF
A very light, vivid blue closely aligning with Plum.
About #BDA8FF
When working with digital screens, the color #BDA8FF is rendered by mixing light. It is closely associated with the named CSS color Plum. Its digital footprint relies on 189 parts red, 168 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 26% Cyan, 34% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#BDA8FF
RGB189, 168, 255
HSL254.5°, 100.0%, 82.9%
CMYK26%, 34%, 0%, 0%
HSV254.5°, 34.1%, 100.0%
LAB73.6, 25.5, -40.4
XYZ53.0, 46.0, 100.7
Decimal12429567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.21:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA8FF;
}
.text-color {
color: #BDA8FF;
}
.border-color {
border: 2px solid #BDA8FF;
}