#cadcd2
a light, soft green · cool · closest name: silver
RGB
202, 220, 210
HSL
147°, 21%, 83%
CMYK
8, 0, 5, 14
Luminance
0.6840
Every format
| HEX | #cadcd2 |
| RGB | rgb(202, 220, 210) |
| HSL | hsl(147, 21%, 83%) |
| CMYK | cmyk(8%, 0%, 5%, 14%) |
| LAB | lab(86.2 -7.9 2.9) |
| LCH | lch(86.2 8.4 160.1) |
| OKLCH | oklch(0.878 0.024 161.7) |
Copy-ready code
/* CSS */
color: #cadcd2;
background-color: #cadcd2;
/* Tailwind (arbitrary) */
class="text-[#cadcd2] bg-[#cadcd2]"
/* SCSS */
$brand: #cadcd2;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#cadcd2")Accessibility — WCAG contrast
Aa
#cadcd2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadcd2 on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue82.4%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#cadcd2 text on a black background
contrast 14.68:1
Card sample
#cadcd2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadcd2;
Background color
Panel with #cadcd2 background
background-color: #cadcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadcd2; background: linear-gradient(135deg, #cadcd2, #CADADC);