#bdafdf
a light, soft violet · warm · closest name: plum
RGB
189, 175, 223
HSL
258°, 43%, 78%
CMYK
15, 22, 0, 13
Luminance
0.4681
Every format
| HEX | #bdafdf |
| RGB | rgb(189, 175, 223) |
| HSL | hsl(258, 43%, 78%) |
| CMYK | cmyk(15%, 22%, 0%, 13%) |
| LAB | lab(74.1 14.4 -22.3) |
| LCH | lch(74.1 26.6 302.9) |
| OKLCH | oklch(0.782 0.069 298.2) |
Copy-ready code
/* CSS */
color: #bdafdf;
background-color: #bdafdf;
/* Tailwind (arbitrary) */
class="text-[#bdafdf] bg-[#bdafdf]"
/* SCSS */
$brand: #bdafdf;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#bdafdf")Accessibility — WCAG contrast
Aa
#bdafdf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafdf on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bdafdf text on a black background
contrast 10.36:1
Card sample
#bdafdf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafdf;
Background color
Panel with #bdafdf background
background-color: #bdafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafdf; background: linear-gradient(135deg, #bdafdf, #DDAFDF);