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