#bda8a8
a light, muted red · warm · closest name: silver
RGB
189, 168, 168
HSL
0°, 14%, 70%
CMYK
0, 11, 11, 26
Luminance
0.4165
Every format
| HEX | #bda8a8 |
| RGB | rgb(189, 168, 168) |
| HSL | hsl(0, 14%, 70%) |
| CMYK | cmyk(0%, 11%, 11%, 26%) |
| LAB | lab(70.6 7.6 2.8) |
| LCH | lch(70.6 8.1 20.1) |
| OKLCH | oklch(0.750 0.025 17.7) |
Copy-ready code
/* CSS */
color: #bda8a8;
background-color: #bda8a8;
/* Tailwind (arbitrary) */
class="text-[#bda8a8] bg-[#bda8a8]"
/* SCSS */
$brand: #bda8a8;
/* SwiftUI */
Color(red: 0.741, green: 0.659, blue: 0.659)
/* Android */
Color.parseColor("#bda8a8")Accessibility — WCAG contrast
Aa
#bda8a8 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda8a8 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.9%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow11.1%
Key (black)25.9%
Color previews
#bda8a8 text on a black background
contrast 9.33:1
Card sample
#bda8a8 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda8a8;
Background color
Panel with #bda8a8 background
background-color: #bda8a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda8a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 168, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 168, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda8a8; background: linear-gradient(135deg, #bda8a8, #BDB6A8);