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