#cacccd
a light, muted gray · cool · closest name: silver
RGB
202, 204, 205
HSL
200°, 3%, 80%
CMYK
2, 1, 0, 20
Luminance
0.6015
Every format
| HEX | #cacccd |
| RGB | rgb(202, 204, 205) |
| HSL | hsl(200, 3%, 80%) |
| CMYK | cmyk(2%, 1%, 0%, 20%) |
| LAB | lab(81.9 -0.5 -0.7) |
| LCH | lch(81.9 0.9 236.0) |
| OKLCH | oklch(0.844 0.003 228.8) |
Copy-ready code
/* CSS */
color: #cacccd;
background-color: #cacccd;
/* Tailwind (arbitrary) */
class="text-[#cacccd] bg-[#cacccd]"
/* SCSS */
$brand: #cacccd;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#cacccd")Accessibility — WCAG contrast
Aa
#cacccd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacccd on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue80.4%
CMYK percentages
Cyan1.5%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#cacccd text on a black background
contrast 13.03:1
Card sample
#cacccd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacccd;
Background color
Panel with #cacccd background
background-color: #cacccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacccd; background: linear-gradient(135deg, #cacccd, #CACACD);