#c4bab2
a light, muted orange · warm · closest name: silver
RGB
196, 186, 178
HSL
27°, 13%, 73%
CMYK
0, 5, 9, 23
Luminance
0.5007
Every format
| HEX | #c4bab2 |
| RGB | rgb(196, 186, 178) |
| HSL | hsl(27, 13%, 73%) |
| CMYK | cmyk(0%, 5%, 9%, 23%) |
| LAB | lab(76.1 2.1 5.3) |
| LCH | lch(76.1 5.7 68.1) |
| OKLCH | oklch(0.795 0.016 61.3) |
Copy-ready code
/* CSS */
color: #c4bab2;
background-color: #c4bab2;
/* Tailwind (arbitrary) */
class="text-[#c4bab2] bg-[#c4bab2]"
/* SCSS */
$brand: #c4bab2;
/* SwiftUI */
Color(red: 0.769, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#c4bab2")Accessibility — WCAG contrast
Aa
#c4bab2 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bab2 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green72.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow9.2%
Key (black)23.1%
Color previews
#c4bab2 text on a black background
contrast 11.01:1
Card sample
#c4bab2 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bab2;
Background color
Panel with #c4bab2 background
background-color: #c4bab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bab2; background: linear-gradient(135deg, #c4bab2, #C2C4B2);