#bdafd3
a light, soft violet · warm · closest name: silver
RGB
189, 175, 211
HSL
263°, 29%, 76%
CMYK
10, 17, 0, 17
Luminance
0.4618
Every format
| HEX | #bdafd3 |
| RGB | rgb(189, 175, 211) |
| HSL | hsl(263, 29%, 76%) |
| CMYK | cmyk(10%, 17%, 0%, 17%) |
| LAB | lab(73.7 11.9 -16.4) |
| LCH | lch(73.7 20.2 306.0) |
| OKLCH | oklch(0.777 0.053 302.9) |
Copy-ready code
/* CSS */
color: #bdafd3;
background-color: #bdafd3;
/* Tailwind (arbitrary) */
class="text-[#bdafd3] bg-[#bdafd3]"
/* SCSS */
$brand: #bdafd3;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#bdafd3")Accessibility — WCAG contrast
Aa
#bdafd3 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafd3 on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue82.7%
CMYK percentages
Cyan10.4%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#bdafd3 text on a black background
contrast 10.24:1
Card sample
#bdafd3 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafd3;
Background color
Panel with #bdafd3 background
background-color: #bdafd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafd3; background: linear-gradient(135deg, #bdafd3, #D3AFD1);