#c4b2ba
a light, muted magenta / pink · warm · closest name: silver
RGB
196, 178, 186
HSL
333°, 13%, 73%
CMYK
0, 9, 5, 23
Luminance
0.4712
Every format
| HEX | #c4b2ba |
| RGB | rgb(196, 178, 186) |
| HSL | hsl(333, 13%, 73%) |
| CMYK | cmyk(0%, 9%, 5%, 23%) |
| LAB | lab(74.3 7.8 -1.7) |
| LCH | lch(74.3 8.0 347.5) |
| OKLCH | oklch(0.781 0.023 348.9) |
Copy-ready code
/* CSS */
color: #c4b2ba;
background-color: #c4b2ba;
/* Tailwind (arbitrary) */
class="text-[#c4b2ba] bg-[#c4b2ba]"
/* SCSS */
$brand: #c4b2ba;
/* SwiftUI */
Color(red: 0.769, green: 0.698, blue: 0.729)
/* Android */
Color.parseColor("#c4b2ba")Accessibility — WCAG contrast
Aa
#c4b2ba on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4b2ba on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green69.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow5.1%
Key (black)23.1%
Color previews
#c4b2ba text on a black background
contrast 10.42:1
Card sample
#c4b2ba text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4b2ba;
Background color
Panel with #c4b2ba background
background-color: #c4b2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4b2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 178, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 178, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4b2ba; background: linear-gradient(135deg, #c4b2ba, #C4B6B2);