#bdafdc
a light, soft violet · warm · closest name: plum
RGB
189, 175, 220
HSL
259°, 39%, 78%
CMYK
14, 21, 0, 14
Luminance
0.4665
Every format
| HEX | #bdafdc |
| RGB | rgb(189, 175, 220) |
| HSL | hsl(259, 39%, 78%) |
| CMYK | cmyk(14%, 21%, 0%, 14%) |
| LAB | lab(74.0 13.8 -20.8) |
| LCH | lch(74.0 25.0 303.5) |
| OKLCH | oklch(0.781 0.065 299.1) |
Copy-ready code
/* CSS */
color: #bdafdc;
background-color: #bdafdc;
/* Tailwind (arbitrary) */
class="text-[#bdafdc] bg-[#bdafdc]"
/* SCSS */
$brand: #bdafdc;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#bdafdc")Accessibility — WCAG contrast
Aa
#bdafdc on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafdc on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue86.3%
CMYK percentages
Cyan14.1%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#bdafdc text on a black background
contrast 10.33:1
Card sample
#bdafdc text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafdc;
Background color
Panel with #bdafdc background
background-color: #bdafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafdc; background: linear-gradient(135deg, #bdafdc, #DBAFDC);