#bdafdb
a light, soft violet · warm · closest name: plum
RGB
189, 175, 219
HSL
259°, 38%, 77%
CMYK
14, 20, 0, 14
Luminance
0.4659
Every format
| HEX | #bdafdb |
| RGB | rgb(189, 175, 219) |
| HSL | hsl(259, 38%, 77%) |
| CMYK | cmyk(14%, 20%, 0%, 14%) |
| LAB | lab(73.9 13.6 -20.3) |
| LCH | lch(73.9 24.4 303.7) |
| OKLCH | oklch(0.780 0.064 299.5) |
Copy-ready code
/* CSS */
color: #bdafdb;
background-color: #bdafdb;
/* Tailwind (arbitrary) */
class="text-[#bdafdb] bg-[#bdafdb]"
/* SCSS */
$brand: #bdafdb;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#bdafdb")Accessibility — WCAG contrast
Aa
#bdafdb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafdb on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue85.9%
CMYK percentages
Cyan13.7%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#bdafdb text on a black background
contrast 10.32:1
Card sample
#bdafdb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafdb;
Background color
Panel with #bdafdb background
background-color: #bdafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafdb; background: linear-gradient(135deg, #bdafdb, #DAAFDB);