#d4bab2
a light, soft red · warm · closest name: silver
RGB
212, 186, 178
HSL
14°, 28%, 77%
CMYK
0, 12, 16, 17
Luminance
0.5233
Every format
| HEX | #d4bab2 |
| RGB | rgb(212, 186, 178) |
| HSL | hsl(14, 28%, 77%) |
| CMYK | cmyk(0%, 12%, 16%, 17%) |
| LAB | lab(77.5 8.0 7.5) |
| LCH | lch(77.5 10.9 43.1) |
| OKLCH | oklch(0.809 0.032 37.8) |
Copy-ready code
/* CSS */
color: #d4bab2;
background-color: #d4bab2;
/* Tailwind (arbitrary) */
class="text-[#d4bab2] bg-[#d4bab2]"
/* SCSS */
$brand: #d4bab2;
/* SwiftUI */
Color(red: 0.831, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#d4bab2")Accessibility — WCAG contrast
Aa
#d4bab2 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4bab2 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green72.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow16.0%
Key (black)16.9%
Color previews
#d4bab2 text on a black background
contrast 11.47:1
Card sample
#d4bab2 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4bab2;
Background color
Panel with #d4bab2 background
background-color: #d4bab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4bab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4bab2; background: linear-gradient(135deg, #d4bab2, #D4D1B2);