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