#cac2ad
a light, soft yellow · warm · closest name: silver
RGB
202, 194, 173
HSL
43°, 22%, 74%
CMYK
0, 4, 14, 21
Luminance
0.5416
Every format
| HEX | #cac2ad |
| RGB | rgb(202, 194, 173) |
| HSL | hsl(43, 22%, 74%) |
| CMYK | cmyk(0%, 4%, 14%, 21%) |
| LAB | lab(78.5 -0.8 11.6) |
| LCH | lch(78.5 11.6 93.7) |
| OKLCH | oklch(0.815 0.030 89.6) |
Copy-ready code
/* CSS */
color: #cac2ad;
background-color: #cac2ad;
/* Tailwind (arbitrary) */
class="text-[#cac2ad] bg-[#cac2ad]"
/* SCSS */
$brand: #cac2ad;
/* SwiftUI */
Color(red: 0.792, green: 0.761, blue: 0.678)
/* Android */
Color.parseColor("#cac2ad")Accessibility — WCAG contrast
Aa
#cac2ad on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac2ad on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow14.4%
Key (black)20.8%
Color previews
#cac2ad text on a black background
contrast 11.83:1
Card sample
#cac2ad text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac2ad;
Background color
Panel with #cac2ad background
background-color: #cac2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 194, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 194, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac2ad; background: linear-gradient(135deg, #cac2ad, #BFCAAD);