#cab0af
a light, soft red · warm · closest name: silver
RGB
202, 176, 175
HSL
2°, 20%, 74%
CMYK
0, 13, 13, 21
Luminance
0.4670
Every format
| HEX | #cab0af |
| RGB | rgb(202, 176, 175) |
| HSL | hsl(2, 20%, 74%) |
| CMYK | cmyk(0%, 13%, 13%, 21%) |
| LAB | lab(74.0 9.2 4.0) |
| LCH | lch(74.0 10.0 23.3) |
| OKLCH | oklch(0.779 0.030 20.4) |
Copy-ready code
/* CSS */
color: #cab0af;
background-color: #cab0af;
/* Tailwind (arbitrary) */
class="text-[#cab0af] bg-[#cab0af]"
/* SCSS */
$brand: #cab0af;
/* SwiftUI */
Color(red: 0.792, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#cab0af")Accessibility — WCAG contrast
Aa
#cab0af on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab0af on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green69.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow13.4%
Key (black)20.8%
Color previews
#cab0af text on a black background
contrast 10.34:1
Card sample
#cab0af text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab0af;
Background color
Panel with #cab0af background
background-color: #cab0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab0af; background: linear-gradient(135deg, #cab0af, #CAC2AF);