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