#ade1be
a light, vivid green · cool · closest name: beige
RGB
173, 225, 190
HSL
140°, 46%, 78%
CMYK
23, 0, 16, 12
Luminance
0.6645
Every format
| HEX | #ade1be |
| RGB | rgb(173, 225, 190) |
| HSL | hsl(140, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 16%, 12%) |
| LAB | lab(85.2 -23.6 11.7) |
| LCH | lch(85.2 26.4 153.6) |
| OKLCH | oklch(0.864 0.072 155.2) |
Copy-ready code
/* CSS */
color: #ade1be;
background-color: #ade1be;
/* Tailwind (arbitrary) */
class="text-[#ade1be] bg-[#ade1be]"
/* SCSS */
$brand: #ade1be;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.745)
/* Android */
Color.parseColor("#ade1be")Accessibility — WCAG contrast
Aa
#ade1be on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1be on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue74.5%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow15.6%
Key (black)11.8%
Color previews
#ade1be text on a black background
contrast 14.29:1
Card sample
#ade1be text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1be;
Background color
Panel with #ade1be background
background-color: #ade1be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1be; background: linear-gradient(135deg, #ade1be, #ADE1E1);