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