#ade0be
a light, vivid green · cool · closest name: beige
RGB
173, 224, 190
HSL
140°, 45%, 78%
CMYK
23, 0, 15, 12
Luminance
0.6591
Every format
| HEX | #ade0be |
| RGB | rgb(173, 224, 190) |
| HSL | hsl(140, 45%, 78%) |
| CMYK | cmyk(23%, 0%, 15%, 12%) |
| LAB | lab(85.0 -23.1 11.3) |
| LCH | lch(85.0 25.8 153.9) |
| OKLCH | oklch(0.862 0.071 155.5) |
Copy-ready code
/* CSS */
color: #ade0be;
background-color: #ade0be;
/* Tailwind (arbitrary) */
class="text-[#ade0be] bg-[#ade0be]"
/* SCSS */
$brand: #ade0be;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.745)
/* Android */
Color.parseColor("#ade0be")Accessibility — WCAG contrast
Aa
#ade0be on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0be on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue74.5%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow15.2%
Key (black)12.2%
Color previews
#ade0be text on a black background
contrast 14.18:1
Card sample
#ade0be text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0be;
Background color
Panel with #ade0be background
background-color: #ade0be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0be; background: linear-gradient(135deg, #ade0be, #ADE0E0);