#cac9cf
a light, muted gray · warm · closest name: silver
RGB
202, 201, 207
HSL
250°, 6%, 80%
CMYK
2, 3, 0, 19
Luminance
0.5883
Every format
| HEX | #cac9cf |
| RGB | rgb(202, 201, 207) |
| HSL | hsl(250, 6%, 80%) |
| CMYK | cmyk(2%, 3%, 0%, 19%) |
| LAB | lab(81.2 1.4 -2.9) |
| LCH | lch(81.2 3.2 296.9) |
| OKLCH | oklch(0.839 0.008 293.9) |
Copy-ready code
/* CSS */
color: #cac9cf;
background-color: #cac9cf;
/* Tailwind (arbitrary) */
class="text-[#cac9cf] bg-[#cac9cf]"
/* SCSS */
$brand: #cac9cf;
/* SwiftUI */
Color(red: 0.792, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#cac9cf")Accessibility — WCAG contrast
Aa
#cac9cf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac9cf on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.8%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta2.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cac9cf text on a black background
contrast 12.77:1
Card sample
#cac9cf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac9cf;
Background color
Panel with #cac9cf background
background-color: #cac9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac9cf; background: linear-gradient(135deg, #cac9cf, #CEC9CF);