#bdaeb1
a light, muted red · warm · closest name: silver
RGB
189, 174, 177
HSL
348°, 10%, 71%
CMYK
0, 8, 6, 26
Luminance
0.4427
Every format
| HEX | #bdaeb1 |
| RGB | rgb(189, 174, 177) |
| HSL | hsl(348, 10%, 71%) |
| CMYK | cmyk(0%, 8%, 6%, 26%) |
| LAB | lab(72.4 5.9 0.4) |
| LCH | lch(72.4 5.9 4.0) |
| OKLCH | oklch(0.764 0.018 3.8) |
Copy-ready code
/* CSS */
color: #bdaeb1;
background-color: #bdaeb1;
/* Tailwind (arbitrary) */
class="text-[#bdaeb1] bg-[#bdaeb1]"
/* SCSS */
$brand: #bdaeb1;
/* SwiftUI */
Color(red: 0.741, green: 0.682, blue: 0.694)
/* Android */
Color.parseColor("#bdaeb1")Accessibility — WCAG contrast
Aa
#bdaeb1 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaeb1 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.2%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow6.3%
Key (black)25.9%
Color previews
#bdaeb1 text on a black background
contrast 9.85:1
Card sample
#bdaeb1 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaeb1;
Background color
Panel with #bdaeb1 background
background-color: #bdaeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 174, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 174, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaeb1; background: linear-gradient(135deg, #bdaeb1, #BDB5AE);