#bdafd1
a light, soft violet · warm · closest name: silver
RGB
189, 175, 209
HSL
265°, 27%, 75%
CMYK
10, 16, 0, 18
Luminance
0.4608
Every format
| HEX | #bdafd1 |
| RGB | rgb(189, 175, 209) |
| HSL | hsl(265, 27%, 75%) |
| CMYK | cmyk(10%, 16%, 0%, 18%) |
| LAB | lab(73.6 11.5 -15.4) |
| LCH | lch(73.6 19.2 306.8) |
| OKLCH | oklch(0.777 0.050 303.9) |
Copy-ready code
/* CSS */
color: #bdafd1;
background-color: #bdafd1;
/* Tailwind (arbitrary) */
class="text-[#bdafd1] bg-[#bdafd1]"
/* SCSS */
$brand: #bdafd1;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#bdafd1")Accessibility — WCAG contrast
Aa
#bdafd1 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafd1 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue82.0%
CMYK percentages
Cyan9.6%
Magenta16.3%
Yellow0.0%
Key (black)18.0%
Color previews
#bdafd1 text on a black background
contrast 10.22:1
Card sample
#bdafd1 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafd1;
Background color
Panel with #bdafd1 background
background-color: #bdafd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafd1; background: linear-gradient(135deg, #bdafd1, #D1AFCE);