#cad7cd
a light, muted green · cool · closest name: silver
RGB
202, 215, 205
HSL
134°, 14%, 82%
CMYK
6, 0, 5, 16
Luminance
0.6557
Every format
| HEX | #cad7cd |
| RGB | rgb(202, 215, 205) |
| HSL | hsl(134, 14%, 82%) |
| CMYK | cmyk(6%, 0%, 5%, 16%) |
| LAB | lab(84.8 -6.2 3.4) |
| LCH | lch(84.8 7.1 151.2) |
| OKLCH | oklch(0.866 0.019 152.8) |
Copy-ready code
/* CSS */
color: #cad7cd;
background-color: #cad7cd;
/* Tailwind (arbitrary) */
class="text-[#cad7cd] bg-[#cad7cd]"
/* SCSS */
$brand: #cad7cd;
/* SwiftUI */
Color(red: 0.792, green: 0.843, blue: 0.804)
/* Android */
Color.parseColor("#cad7cd")Accessibility — WCAG contrast
Aa
#cad7cd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad7cd on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green84.3%
Blue80.4%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow4.7%
Key (black)15.7%
Color previews
#cad7cd text on a black background
contrast 14.11:1
Card sample
#cad7cd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad7cd;
Background color
Panel with #cad7cd background
background-color: #cad7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 215, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 215, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad7cd; background: linear-gradient(135deg, #cad7cd, #CAD7D6);