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