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