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