#bdafc3
a light, muted violet · warm · closest name: silver
RGB
189, 175, 195
HSL
282°, 14%, 73%
CMYK
3, 10, 0, 24
Luminance
0.4542
Every format
| HEX | #bdafc3 |
| RGB | rgb(189, 175, 195) |
| HSL | hsl(282, 14%, 73%) |
| CMYK | cmyk(3%, 10%, 0%, 24%) |
| LAB | lab(73.2 8.7 -8.3) |
| LCH | lch(73.2 12.1 316.1) |
| OKLCH | oklch(0.772 0.032 315.9) |
Copy-ready code
/* CSS */
color: #bdafc3;
background-color: #bdafc3;
/* Tailwind (arbitrary) */
class="text-[#bdafc3] bg-[#bdafc3]"
/* SCSS */
$brand: #bdafc3;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.765)
/* Android */
Color.parseColor("#bdafc3")Accessibility — WCAG contrast
Aa
#bdafc3 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafc3 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue76.5%
CMYK percentages
Cyan3.1%
Magenta10.3%
Yellow0.0%
Key (black)23.5%
Color previews
#bdafc3 text on a black background
contrast 10.08:1
Card sample
#bdafc3 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafc3;
Background color
Panel with #bdafc3 background
background-color: #bdafc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafc3; background: linear-gradient(135deg, #bdafc3, #C3AFBC);