#cad3cd
a light, muted green · cool · closest name: silver
RGB
202, 211, 205
HSL
140°, 9%, 81%
CMYK
4, 0, 3, 17
Luminance
0.6355
Every format
| HEX | #cad3cd |
| RGB | rgb(202, 211, 205) |
| HSL | hsl(140, 9%, 81%) |
| CMYK | cmyk(4%, 0%, 3%, 17%) |
| LAB | lab(83.7 -4.2 1.9) |
| LCH | lch(83.7 4.6 155.3) |
| OKLCH | oklch(0.858 0.013 157.0) |
Copy-ready code
/* CSS */
color: #cad3cd;
background-color: #cad3cd;
/* Tailwind (arbitrary) */
class="text-[#cad3cd] bg-[#cad3cd]"
/* SCSS */
$brand: #cad3cd;
/* SwiftUI */
Color(red: 0.792, green: 0.827, blue: 0.804)
/* Android */
Color.parseColor("#cad3cd")Accessibility — WCAG contrast
Aa
#cad3cd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad3cd on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green82.7%
Blue80.4%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow2.8%
Key (black)17.3%
Color previews
#cad3cd text on a black background
contrast 13.71:1
Card sample
#cad3cd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad3cd;
Background color
Panel with #cad3cd background
background-color: #cad3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 211, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 211, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad3cd; background: linear-gradient(135deg, #cad3cd, #CAD3D3);