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