#c4baba
a light, muted gray · warm · closest name: silver
RGB
196, 186, 186
HSL
0°, 8%, 75%
CMYK
0, 5, 5, 23
Luminance
0.5040
Every format
| HEX | #c4baba |
| RGB | rgb(196, 186, 186) |
| HSL | hsl(0, 8%, 75%) |
| CMYK | cmyk(0%, 5%, 5%, 23%) |
| LAB | lab(76.3 3.5 1.3) |
| LCH | lch(76.3 3.7 19.7) |
| OKLCH | oklch(0.797 0.011 17.4) |
Copy-ready code
/* CSS */
color: #c4baba;
background-color: #c4baba;
/* Tailwind (arbitrary) */
class="text-[#c4baba] bg-[#c4baba]"
/* SCSS */
$brand: #c4baba;
/* SwiftUI */
Color(red: 0.769, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#c4baba")Accessibility — WCAG contrast
Aa
#c4baba on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4baba on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow5.1%
Key (black)23.1%
Color previews
#c4baba text on a black background
contrast 11.08:1
Card sample
#c4baba text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4baba;
Background color
Panel with #c4baba background
background-color: #c4baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4baba; background: linear-gradient(135deg, #c4baba, #C4C1BA);