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