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