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