#c7baba
a light, muted red · warm · closest name: silver
RGB
199, 186, 186
HSL
0°, 10%, 76%
CMYK
0, 7, 7, 22
Luminance
0.5081
Every format
| HEX | #c7baba |
| RGB | rgb(199, 186, 186) |
| HSL | hsl(0, 10%, 76%) |
| CMYK | cmyk(0%, 7%, 7%, 22%) |
| LAB | lab(76.6 4.6 1.6) |
| LCH | lch(76.6 4.9 19.8) |
| OKLCH | oklch(0.800 0.015 17.5) |
Copy-ready code
/* CSS */
color: #c7baba;
background-color: #c7baba;
/* Tailwind (arbitrary) */
class="text-[#c7baba] bg-[#c7baba]"
/* SCSS */
$brand: #c7baba;
/* SwiftUI */
Color(red: 0.780, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#c7baba")Accessibility — WCAG contrast
Aa
#c7baba on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7baba on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow6.5%
Key (black)22.0%
Color previews
#c7baba text on a black background
contrast 11.16:1
Card sample
#c7baba text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7baba;
Background color
Panel with #c7baba background
background-color: #c7baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7baba; background: linear-gradient(135deg, #c7baba, #C7C3BA);