#cac4af
a light, soft yellow · cool · closest name: silver
RGB
202, 196, 175
HSL
47°, 20%, 74%
CMYK
0, 3, 13, 21
Luminance
0.5513
Every format
| HEX | #cac4af |
| RGB | rgb(202, 196, 175) |
| HSL | hsl(47, 20%, 74%) |
| CMYK | cmyk(0%, 3%, 13%, 21%) |
| LAB | lab(79.1 -1.5 11.3) |
| LCH | lch(79.1 11.4 97.5) |
| OKLCH | oklch(0.820 0.029 93.8) |
Copy-ready code
/* CSS */
color: #cac4af;
background-color: #cac4af;
/* Tailwind (arbitrary) */
class="text-[#cac4af] bg-[#cac4af]"
/* SCSS */
$brand: #cac4af;
/* SwiftUI */
Color(red: 0.792, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#cac4af")Accessibility — WCAG contrast
Aa
#cac4af on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac4af on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow13.4%
Key (black)20.8%
Color previews
#cac4af text on a black background
contrast 12.03:1
Card sample
#cac4af text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac4af;
Background color
Panel with #cac4af background
background-color: #cac4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac4af; background: linear-gradient(135deg, #cac4af, #BECAAF);