#cad4cd
a light, muted green · cool · closest name: silver
RGB
202, 212, 205
HSL
138°, 10%, 81%
CMYK
5, 0, 3, 17
Luminance
0.6405
Every format
| HEX | #cad4cd |
| RGB | rgb(202, 212, 205) |
| HSL | hsl(138, 10%, 81%) |
| CMYK | cmyk(5%, 0%, 3%, 17%) |
| LAB | lab(84.0 -4.7 2.3) |
| LCH | lch(84.0 5.2 154.0) |
| OKLCH | oklch(0.860 0.014 155.5) |
Copy-ready code
/* CSS */
color: #cad4cd;
background-color: #cad4cd;
/* Tailwind (arbitrary) */
class="text-[#cad4cd] bg-[#cad4cd]"
/* SCSS */
$brand: #cad4cd;
/* SwiftUI */
Color(red: 0.792, green: 0.831, blue: 0.804)
/* Android */
Color.parseColor("#cad4cd")Accessibility — WCAG contrast
Aa
#cad4cd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad4cd on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green83.1%
Blue80.4%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow3.3%
Key (black)16.9%
Color previews
#cad4cd text on a black background
contrast 13.81:1
Card sample
#cad4cd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad4cd;
Background color
Panel with #cad4cd background
background-color: #cad4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 212, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 212, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad4cd; background: linear-gradient(135deg, #cad4cd, #CAD4D4);