#cac9ba
a light, muted yellow · cool · closest name: silver
RGB
202, 201, 186
HSL
56°, 13%, 76%
CMYK
0, 1, 8, 21
Luminance
0.5788
Every format
| HEX | #cac9ba |
| RGB | rgb(202, 201, 186) |
| HSL | hsl(56, 13%, 76%) |
| CMYK | cmyk(0%, 1%, 8%, 21%) |
| LAB | lab(80.7 -2.3 7.6) |
| LCH | lch(80.7 8.0 106.7) |
| OKLCH | oklch(0.833 0.021 103.7) |
Copy-ready code
/* CSS */
color: #cac9ba;
background-color: #cac9ba;
/* Tailwind (arbitrary) */
class="text-[#cac9ba] bg-[#cac9ba]"
/* SCSS */
$brand: #cac9ba;
/* SwiftUI */
Color(red: 0.792, green: 0.788, blue: 0.729)
/* Android */
Color.parseColor("#cac9ba")Accessibility — WCAG contrast
Aa
#cac9ba on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac9ba on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow7.9%
Key (black)20.8%
Color previews
#cac9ba text on a black background
contrast 12.58:1
Card sample
#cac9ba text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac9ba;
Background color
Panel with #cac9ba background
background-color: #cac9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 201, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 201, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac9ba; background: linear-gradient(135deg, #cac9ba, #C0CABA);