#cadcd4
a light, soft green · cool · closest name: silver
RGB
202, 220, 212
HSL
153°, 21%, 83%
CMYK
8, 0, 4, 14
Luminance
0.6850
Every format
| HEX | #cadcd4 |
| RGB | rgb(202, 220, 212) |
| HSL | hsl(153, 21%, 83%) |
| CMYK | cmyk(8%, 0%, 4%, 14%) |
| LAB | lab(86.3 -7.5 1.9) |
| LCH | lch(86.3 7.7 166.0) |
| OKLCH | oklch(0.879 0.022 167.4) |
Copy-ready code
/* CSS */
color: #cadcd4;
background-color: #cadcd4;
/* Tailwind (arbitrary) */
class="text-[#cadcd4] bg-[#cadcd4]"
/* SCSS */
$brand: #cadcd4;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.831)
/* Android */
Color.parseColor("#cadcd4")Accessibility — WCAG contrast
Aa
#cadcd4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadcd4 on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue83.1%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow3.6%
Key (black)13.7%
Color previews
#cadcd4 text on a black background
contrast 14.70:1
Card sample
#cadcd4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadcd4;
Background color
Panel with #cadcd4 background
background-color: #cadcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadcd4; background: linear-gradient(135deg, #cadcd4, #CAD8DC);