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