#c9baba
a light, muted red · warm · closest name: silver
RGB
201, 186, 186
HSL
0°, 12%, 76%
CMYK
0, 8, 8, 21
Luminance
0.5108
Every format
| HEX | #c9baba |
| RGB | rgb(201, 186, 186) |
| HSL | hsl(0, 12%, 76%) |
| CMYK | cmyk(0%, 8%, 8%, 21%) |
| LAB | lab(76.7 5.3 1.9) |
| LCH | lch(76.7 5.6 19.9) |
| OKLCH | oklch(0.801 0.017 17.5) |
Copy-ready code
/* CSS */
color: #c9baba;
background-color: #c9baba;
/* Tailwind (arbitrary) */
class="text-[#c9baba] bg-[#c9baba]"
/* SCSS */
$brand: #c9baba;
/* SwiftUI */
Color(red: 0.788, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#c9baba")Accessibility — WCAG contrast
Aa
#c9baba on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9baba on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow7.5%
Key (black)21.2%
Color previews
#c9baba text on a black background
contrast 11.22:1
Card sample
#c9baba text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9baba;
Background color
Panel with #c9baba background
background-color: #c9baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9baba; background: linear-gradient(135deg, #c9baba, #C9C4BA);