#ade0c5
a light, vivid green · cool · closest name: beige
RGB
173, 224, 197
HSL
148°, 45%, 78%
CMYK
23, 0, 12, 12
Luminance
0.6623
Every format
| HEX | #ade0c5 |
| RGB | rgb(173, 224, 197) |
| HSL | hsl(148, 45%, 78%) |
| CMYK | cmyk(23%, 0%, 12%, 12%) |
| LAB | lab(85.1 -21.8 7.9) |
| LCH | lch(85.1 23.2 160.1) |
| OKLCH | oklch(0.864 0.065 161.6) |
Copy-ready code
/* CSS */
color: #ade0c5;
background-color: #ade0c5;
/* Tailwind (arbitrary) */
class="text-[#ade0c5] bg-[#ade0c5]"
/* SCSS */
$brand: #ade0c5;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.773)
/* Android */
Color.parseColor("#ade0c5")Accessibility — WCAG contrast
Aa
#ade0c5 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade0c5 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue77.3%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow12.1%
Key (black)12.2%
Color previews
#ade0c5 text on a black background
contrast 14.25:1
Card sample
#ade0c5 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade0c5;
Background color
Panel with #ade0c5 background
background-color: #ade0c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade0c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade0c5; background: linear-gradient(135deg, #ade0c5, #ADD9E0);