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