#cad8cd
a light, soft green · cool · closest name: silver
RGB
202, 216, 205
HSL
133°, 15%, 82%
CMYK
7, 0, 5, 15
Luminance
0.6608
Every format
| HEX | #cad8cd |
| RGB | rgb(202, 216, 205) |
| HSL | hsl(133, 15%, 82%) |
| CMYK | cmyk(7%, 0%, 5%, 15%) |
| LAB | lab(85.0 -6.7 3.8) |
| LCH | lch(85.0 7.7 150.6) |
| OKLCH | oklch(0.869 0.021 152.1) |
Copy-ready code
/* CSS */
color: #cad8cd;
background-color: #cad8cd;
/* Tailwind (arbitrary) */
class="text-[#cad8cd] bg-[#cad8cd]"
/* SCSS */
$brand: #cad8cd;
/* SwiftUI */
Color(red: 0.792, green: 0.847, blue: 0.804)
/* Android */
Color.parseColor("#cad8cd")Accessibility — WCAG contrast
Aa
#cad8cd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad8cd on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green84.7%
Blue80.4%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow5.1%
Key (black)15.3%
Color previews
#cad8cd text on a black background
contrast 14.22:1
Card sample
#cad8cd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad8cd;
Background color
Panel with #cad8cd background
background-color: #cad8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 216, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 216, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad8cd; background: linear-gradient(135deg, #cad8cd, #CAD8D6);