#cab2ab
a light, soft red · warm · closest name: silver
RGB
202, 178, 171
HSL
14°, 23%, 73%
CMYK
0, 12, 15, 21
Luminance
0.4734
Every format
| HEX | #cab2ab |
| RGB | rgb(202, 178, 171) |
| HSL | hsl(14, 23%, 73%) |
| CMYK | cmyk(0%, 12%, 15%, 21%) |
| LAB | lab(74.4 7.5 6.7) |
| LCH | lch(74.4 10.1 42.1) |
| OKLCH | oklch(0.782 0.029 36.9) |
Copy-ready code
/* CSS */
color: #cab2ab;
background-color: #cab2ab;
/* Tailwind (arbitrary) */
class="text-[#cab2ab] bg-[#cab2ab]"
/* SCSS */
$brand: #cab2ab;
/* SwiftUI */
Color(red: 0.792, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#cab2ab")Accessibility — WCAG contrast
Aa
#cab2ab on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab2ab on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow15.3%
Key (black)20.8%
Color previews
#cab2ab text on a black background
contrast 10.47:1
Card sample
#cab2ab text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab2ab;
Background color
Panel with #cab2ab background
background-color: #cab2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab2ab; background: linear-gradient(135deg, #cab2ab, #CAC7AB);