#bdafcf
a light, soft violet · warm · closest name: silver
RGB
189, 175, 207
HSL
266°, 25%, 75%
CMYK
9, 16, 0, 19
Luminance
0.4598
Every format
| HEX | #bdafcf |
| RGB | rgb(189, 175, 207) |
| HSL | hsl(266, 25%, 75%) |
| CMYK | cmyk(9%, 16%, 0%, 19%) |
| LAB | lab(73.5 11.1 -14.4) |
| LCH | lch(73.5 18.1 307.6) |
| OKLCH | oklch(0.776 0.047 305.1) |
Copy-ready code
/* CSS */
color: #bdafcf;
background-color: #bdafcf;
/* Tailwind (arbitrary) */
class="text-[#bdafcf] bg-[#bdafcf]"
/* SCSS */
$brand: #bdafcf;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#bdafcf")Accessibility — WCAG contrast
Aa
#bdafcf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafcf on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta15.5%
Yellow0.0%
Key (black)18.8%
Color previews
#bdafcf text on a black background
contrast 10.20:1
Card sample
#bdafcf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafcf;
Background color
Panel with #bdafcf background
background-color: #bdafcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafcf; background: linear-gradient(135deg, #bdafcf, #CFAFCC);