#bdafd6
a light, soft violet · warm · closest name: plum
RGB
189, 175, 214
HSL
262°, 32%, 76%
CMYK
12, 18, 0, 16
Luminance
0.4633
Every format
| HEX | #bdafd6 |
| RGB | rgb(189, 175, 214) |
| HSL | hsl(262, 32%, 76%) |
| CMYK | cmyk(12%, 18%, 0%, 16%) |
| LAB | lab(73.8 12.5 -17.9) |
| LCH | lch(73.8 21.8 305.0) |
| OKLCH | oklch(0.779 0.057 301.5) |
Copy-ready code
/* CSS */
color: #bdafd6;
background-color: #bdafd6;
/* Tailwind (arbitrary) */
class="text-[#bdafd6] bg-[#bdafd6]"
/* SCSS */
$brand: #bdafd6;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#bdafd6")Accessibility — WCAG contrast
Aa
#bdafd6 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafd6 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue83.9%
CMYK percentages
Cyan11.7%
Magenta18.2%
Yellow0.0%
Key (black)16.1%
Color previews
#bdafd6 text on a black background
contrast 10.27:1
Card sample
#bdafd6 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafd6;
Background color
Panel with #bdafd6 background
background-color: #bdafd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafd6; background: linear-gradient(135deg, #bdafd6, #D6AFD5);