#cadacd
a light, soft green · cool · closest name: silver
RGB
202, 218, 205
HSL
131°, 18%, 82%
CMYK
7, 0, 6, 15
Luminance
0.6711
Every format
| HEX | #cadacd |
| RGB | rgb(202, 218, 205) |
| HSL | hsl(131, 18%, 82%) |
| CMYK | cmyk(7%, 0%, 6%, 15%) |
| LAB | lab(85.6 -7.8 4.5) |
| LCH | lch(85.6 9.0 149.6) |
| OKLCH | oklch(0.873 0.025 151.1) |
Copy-ready code
/* CSS */
color: #cadacd;
background-color: #cadacd;
/* Tailwind (arbitrary) */
class="text-[#cadacd] bg-[#cadacd]"
/* SCSS */
$brand: #cadacd;
/* SwiftUI */
Color(red: 0.792, green: 0.855, blue: 0.804)
/* Android */
Color.parseColor("#cadacd")Accessibility — WCAG contrast
Aa
#cadacd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadacd on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.5%
Blue80.4%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow6.0%
Key (black)14.5%
Color previews
#cadacd text on a black background
contrast 14.42:1
Card sample
#cadacd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadacd;
Background color
Panel with #cadacd background
background-color: #cadacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 218, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 218, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadacd; background: linear-gradient(135deg, #cadacd, #CADAD8);