#ade5c7
a light, vivid green · cool · closest name: beige
RGB
173, 229, 199
HSL
148°, 52%, 79%
CMYK
25, 0, 13, 10
Luminance
0.6905
Every format
| HEX | #ade5c7 |
| RGB | rgb(173, 229, 199) |
| HSL | hsl(148, 52%, 79%) |
| CMYK | cmyk(25%, 0%, 13%, 10%) |
| LAB | lab(86.5 -23.9 8.9) |
| LCH | lch(86.5 25.5 159.6) |
| OKLCH | oklch(0.875 0.071 161.1) |
Copy-ready code
/* CSS */
color: #ade5c7;
background-color: #ade5c7;
/* Tailwind (arbitrary) */
class="text-[#ade5c7] bg-[#ade5c7]"
/* SCSS */
$brand: #ade5c7;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.780)
/* Android */
Color.parseColor("#ade5c7")Accessibility — WCAG contrast
Aa
#ade5c7 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade5c7 on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue78.0%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow13.1%
Key (black)10.2%
Color previews
#ade5c7 text on a black background
contrast 14.81:1
Card sample
#ade5c7 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade5c7;
Background color
Panel with #ade5c7 background
background-color: #ade5c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade5c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade5c7; background: linear-gradient(135deg, #ade5c7, #ADDEE5);