#cac7ad
a light, soft yellow · cool · closest name: silver
RGB
202, 199, 173
HSL
54°, 22%, 74%
CMYK
0, 2, 14, 21
Luminance
0.5642
Every format
| HEX | #cac7ad |
| RGB | rgb(202, 199, 173) |
| HSL | hsl(54, 22%, 74%) |
| CMYK | cmyk(0%, 2%, 14%, 21%) |
| LAB | lab(79.8 -3.4 13.4) |
| LCH | lch(79.8 13.8 104.1) |
| OKLCH | oklch(0.825 0.035 101.7) |
Copy-ready code
/* CSS */
color: #cac7ad;
background-color: #cac7ad;
/* Tailwind (arbitrary) */
class="text-[#cac7ad] bg-[#cac7ad]"
/* SCSS */
$brand: #cac7ad;
/* SwiftUI */
Color(red: 0.792, green: 0.780, blue: 0.678)
/* Android */
Color.parseColor("#cac7ad")Accessibility — WCAG contrast
Aa
#cac7ad on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac7ad on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow14.4%
Key (black)20.8%
Color previews
#cac7ad text on a black background
contrast 12.28:1
Card sample
#cac7ad text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac7ad;
Background color
Panel with #cac7ad background
background-color: #cac7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 199, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 199, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac7ad; background: linear-gradient(135deg, #cac7ad, #BACAAD);