#cad2cd
a light, muted green · cool · closest name: silver
RGB
202, 210, 205
HSL
143°, 8%, 81%
CMYK
4, 0, 2, 18
Luminance
0.6306
Every format
| HEX | #cad2cd |
| RGB | rgb(202, 210, 205) |
| HSL | hsl(143, 8%, 81%) |
| CMYK | cmyk(4%, 0%, 2%, 18%) |
| LAB | lab(83.5 -3.6 1.5) |
| LCH | lch(83.5 4.0 157.2) |
| OKLCH | oklch(0.856 0.011 158.8) |
Copy-ready code
/* CSS */
color: #cad2cd;
background-color: #cad2cd;
/* Tailwind (arbitrary) */
class="text-[#cad2cd] bg-[#cad2cd]"
/* SCSS */
$brand: #cad2cd;
/* SwiftUI */
Color(red: 0.792, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#cad2cd")Accessibility — WCAG contrast
Aa
#cad2cd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad2cd on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.4%
Blue80.4%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow2.4%
Key (black)17.6%
Color previews
#cad2cd text on a black background
contrast 13.61:1
Card sample
#cad2cd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad2cd;
Background color
Panel with #cad2cd background
background-color: #cad2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad2cd; background: linear-gradient(135deg, #cad2cd, #CAD2D2);