#ade2be
a light, vivid green · cool · closest name: beige
RGB
173, 226, 190
HSL
139°, 48%, 78%
CMYK
24, 0, 16, 11
Luminance
0.6699
Every format
| HEX | #ade2be |
| RGB | rgb(173, 226, 190) |
| HSL | hsl(139, 48%, 78%) |
| CMYK | cmyk(24%, 0%, 16%, 11%) |
| LAB | lab(85.5 -24.1 12.1) |
| LCH | lch(85.5 27.0 153.3) |
| OKLCH | oklch(0.866 0.074 154.9) |
Copy-ready code
/* CSS */
color: #ade2be;
background-color: #ade2be;
/* Tailwind (arbitrary) */
class="text-[#ade2be] bg-[#ade2be]"
/* SCSS */
$brand: #ade2be;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.745)
/* Android */
Color.parseColor("#ade2be")Accessibility — WCAG contrast
Aa
#ade2be on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade2be on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue74.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow15.9%
Key (black)11.4%
Color previews
#ade2be text on a black background
contrast 14.40:1
Card sample
#ade2be text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade2be;
Background color
Panel with #ade2be background
background-color: #ade2be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade2be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade2be; background: linear-gradient(135deg, #ade2be, #ADE2E1);