#ade2ca
a light, vivid green · cool · closest name: beige
RGB
173, 226, 202
HSL
153°, 48%, 78%
CMYK
24, 0, 11, 11
Luminance
0.6754
Every format
| HEX | #ade2ca |
| RGB | rgb(173, 226, 202) |
| HSL | hsl(153, 48%, 78%) |
| CMYK | cmyk(24%, 0%, 11%, 11%) |
| LAB | lab(85.8 -21.8 6.2) |
| LCH | lch(85.8 22.7 164.1) |
| OKLCH | oklch(0.869 0.064 165.4) |
Copy-ready code
/* CSS */
color: #ade2ca;
background-color: #ade2ca;
/* Tailwind (arbitrary) */
class="text-[#ade2ca] bg-[#ade2ca]"
/* SCSS */
$brand: #ade2ca;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.792)
/* Android */
Color.parseColor("#ade2ca")Accessibility — WCAG contrast
Aa
#ade2ca on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade2ca on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue79.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow10.6%
Key (black)11.4%
Color previews
#ade2ca text on a black background
contrast 14.51:1
Card sample
#ade2ca text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade2ca;
Background color
Panel with #ade2ca background
background-color: #ade2ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade2ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade2ca; background: linear-gradient(135deg, #ade2ca, #ADD7E2);