#cac1ac
a light, soft yellow · warm · closest name: silver
RGB
202, 193, 172
HSL
42°, 22%, 73%
CMYK
0, 5, 15, 21
Luminance
0.5368
Every format
| HEX | #cac1ac |
| RGB | rgb(202, 193, 172) |
| HSL | hsl(42, 22%, 73%) |
| CMYK | cmyk(0%, 5%, 15%, 21%) |
| LAB | lab(78.3 -0.4 11.7) |
| LCH | lch(78.3 11.7 91.9) |
| OKLCH | oklch(0.813 0.030 87.6) |
Copy-ready code
/* CSS */
color: #cac1ac;
background-color: #cac1ac;
/* Tailwind (arbitrary) */
class="text-[#cac1ac] bg-[#cac1ac]"
/* SCSS */
$brand: #cac1ac;
/* SwiftUI */
Color(red: 0.792, green: 0.757, blue: 0.675)
/* Android */
Color.parseColor("#cac1ac")Accessibility — WCAG contrast
Aa
#cac1ac on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac1ac on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green75.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow14.9%
Key (black)20.8%
Color previews
#cac1ac text on a black background
contrast 11.74:1
Card sample
#cac1ac text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac1ac;
Background color
Panel with #cac1ac background
background-color: #cac1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 193, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 193, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac1ac; background: linear-gradient(135deg, #cac1ac, #BFCAAC);