#cad9cf
a light, soft green · cool · closest name: silver
RGB
202, 217, 207
HSL
140°, 17%, 82%
CMYK
7, 0, 5, 15
Luminance
0.6669
Every format
| HEX | #cad9cf |
| RGB | rgb(202, 217, 207) |
| HSL | hsl(140, 17%, 82%) |
| CMYK | cmyk(7%, 0%, 5%, 15%) |
| LAB | lab(85.3 -6.9 3.2) |
| LCH | lch(85.3 7.6 155.2) |
| OKLCH | oklch(0.871 0.021 156.8) |
Copy-ready code
/* CSS */
color: #cad9cf;
background-color: #cad9cf;
/* Tailwind (arbitrary) */
class="text-[#cad9cf] bg-[#cad9cf]"
/* SCSS */
$brand: #cad9cf;
/* SwiftUI */
Color(red: 0.792, green: 0.851, blue: 0.812)
/* Android */
Color.parseColor("#cad9cf")Accessibility — WCAG contrast
Aa
#cad9cf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad9cf on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.1%
Blue81.2%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow4.6%
Key (black)14.9%
Color previews
#cad9cf text on a black background
contrast 14.34:1
Card sample
#cad9cf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad9cf;
Background color
Panel with #cad9cf background
background-color: #cad9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 217, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 217, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad9cf; background: linear-gradient(135deg, #cad9cf, #CAD9D9);