#ade793
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 147
HSL
101°, 64%, 74%
CMYK
25, 0, 36, 9
Luminance
0.6814
Every format
| HEX | #ade793 |
| RGB | rgb(173, 231, 147) |
| HSL | hsl(101, 64%, 74%) |
| CMYK | cmyk(25%, 0%, 36%, 9%) |
| LAB | lab(86.1 -33.5 35.1) |
| LCH | lch(86.1 48.5 133.6) |
| OKLCH | oklch(0.868 0.126 136.4) |
Copy-ready code
/* CSS */
color: #ade793;
background-color: #ade793;
/* Tailwind (arbitrary) */
class="text-[#ade793] bg-[#ade793]"
/* SCSS */
$brand: #ade793;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.576)
/* Android */
Color.parseColor("#ade793")Accessibility — WCAG contrast
Aa
#ade793 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade793 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue57.6%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow36.4%
Key (black)9.4%
Color previews
#ade793 text on a black background
contrast 14.63:1
Card sample
#ade793 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade793;
Background color
Panel with #ade793 background
background-color: #ade793;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade793;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade793; background: linear-gradient(135deg, #ade793, #93E7B1);