#bd9da2
a light, soft red · warm · closest name: silver
RGB
189, 157, 162
HSL
351°, 20%, 68%
CMYK
0, 17, 14, 26
Luminance
0.3754
Every format
| HEX | #bd9da2 |
| RGB | rgb(189, 157, 162) |
| HSL | hsl(351, 20%, 68%) |
| CMYK | cmyk(0%, 17%, 14%, 26%) |
| LAB | lab(67.7 12.6 1.8) |
| LCH | lch(67.7 12.8 8.2) |
| OKLCH | oklch(0.726 0.038 7.5) |
Copy-ready code
/* CSS */
color: #bd9da2;
background-color: #bd9da2;
/* Tailwind (arbitrary) */
class="text-[#bd9da2] bg-[#bd9da2]"
/* SCSS */
$brand: #bd9da2;
/* SwiftUI */
Color(red: 0.741, green: 0.616, blue: 0.635)
/* Android */
Color.parseColor("#bd9da2")Accessibility — WCAG contrast
Aa
#bd9da2 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd9da2 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green61.6%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow14.3%
Key (black)25.9%
Color previews
#bd9da2 text on a black background
contrast 8.51:1
Card sample
#bd9da2 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd9da2;
Background color
Panel with #bd9da2 background
background-color: #bd9da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd9da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 157, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 157, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd9da2; background: linear-gradient(135deg, #bd9da2, #BDAD9D);