#ade0ca
a light, vivid green · cool · closest name: beige
RGB
173, 224, 202
HSL
154°, 45%, 78%
CMYK
23, 0, 10, 12
Luminance
0.6646
Every format
| HEX | #ade0ca |
| RGB | rgb(173, 224, 202) |
| HSL | hsl(154, 45%, 78%) |
| CMYK | cmyk(23%, 0%, 10%, 12%) |
| LAB | lab(85.2 -20.8 5.4) |
| LCH | lch(85.2 21.5 165.4) |
| OKLCH | oklch(0.865 0.061 166.7) |
Copy-ready code
/* CSS */
color: #ade0ca;
background-color: #ade0ca;
/* Tailwind (arbitrary) */
class="text-[#ade0ca] bg-[#ade0ca]"
/* SCSS */
$brand: #ade0ca;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.792)
/* Android */
Color.parseColor("#ade0ca")Accessibility — WCAG contrast
Aa
#ade0ca on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0ca on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue79.2%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow9.8%
Key (black)12.2%
Color previews
#ade0ca text on a black background
contrast 14.29:1
Card sample
#ade0ca text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0ca;
Background color
Panel with #ade0ca background
background-color: #ade0ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0ca; background: linear-gradient(135deg, #ade0ca, #ADD4E0);