#bdafad
a light, muted red · warm · closest name: silver
RGB
189, 175, 173
HSL
8°, 11%, 71%
CMYK
0, 7, 9, 26
Luminance
0.4450
Every format
| HEX | #bdafad |
| RGB | rgb(189, 175, 173) |
| HSL | hsl(8, 11%, 71%) |
| CMYK | cmyk(0%, 7%, 9%, 26%) |
| LAB | lab(72.6 4.7 2.8) |
| LCH | lch(72.6 5.4 31.3) |
| OKLCH | oklch(0.765 0.016 27.3) |
Copy-ready code
/* CSS */
color: #bdafad;
background-color: #bdafad;
/* Tailwind (arbitrary) */
class="text-[#bdafad] bg-[#bdafad]"
/* SCSS */
$brand: #bdafad;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#bdafad")Accessibility — WCAG contrast
Aa
#bdafad on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafad on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow8.5%
Key (black)25.9%
Color previews
#bdafad text on a black background
contrast 9.90:1
Card sample
#bdafad text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafad;
Background color
Panel with #bdafad background
background-color: #bdafad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafad; background: linear-gradient(135deg, #bdafad, #BDBAAD);