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