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