#c6baba
a light, muted red · warm · closest name: silver
RGB
198, 186, 186
HSL
0°, 10%, 75%
CMYK
0, 6, 6, 22
Luminance
0.5067
Every format
| HEX | #c6baba |
| RGB | rgb(198, 186, 186) |
| HSL | hsl(0, 10%, 75%) |
| CMYK | cmyk(0%, 6%, 6%, 22%) |
| LAB | lab(76.5 4.2 1.5) |
| LCH | lch(76.5 4.5 19.8) |
| OKLCH | oklch(0.799 0.014 17.4) |
Copy-ready code
/* CSS */
color: #c6baba;
background-color: #c6baba;
/* Tailwind (arbitrary) */
class="text-[#c6baba] bg-[#c6baba]"
/* SCSS */
$brand: #c6baba;
/* SwiftUI */
Color(red: 0.776, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#c6baba")Accessibility — WCAG contrast
Aa
#c6baba on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6baba on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow6.1%
Key (black)22.4%
Color previews
#c6baba text on a black background
contrast 11.13:1
Card sample
#c6baba text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6baba;
Background color
Panel with #c6baba background
background-color: #c6baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6baba; background: linear-gradient(135deg, #c6baba, #C6C2BA);