#cacecb
a light, muted gray · cool · closest name: silver
RGB
202, 206, 203
HSL
135°, 4%, 80%
CMYK
2, 0, 2, 19
Luminance
0.6101
Every format
| HEX | #cacecb |
| RGB | rgb(202, 206, 203) |
| HSL | hsl(135, 4%, 80%) |
| CMYK | cmyk(2%, 0%, 2%, 19%) |
| LAB | lab(82.4 -1.9 1.0) |
| LCH | lch(82.4 2.2 152.3) |
| OKLCH | oklch(0.847 0.006 153.8) |
Copy-ready code
/* CSS */
color: #cacecb;
background-color: #cacecb;
/* Tailwind (arbitrary) */
class="text-[#cacecb] bg-[#cacecb]"
/* SCSS */
$brand: #cacecb;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.796)
/* Android */
Color.parseColor("#cacecb")Accessibility — WCAG contrast
Aa
#cacecb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacecb on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue79.6%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow1.5%
Key (black)19.2%
Color previews
#cacecb text on a black background
contrast 13.20:1
Card sample
#cacecb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacecb;
Background color
Panel with #cacecb background
background-color: #cacecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacecb; background: linear-gradient(135deg, #cacecb, #CACECE);