#ade07b
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 123
HSL
90°, 62%, 68%
CMYK
23, 0, 45, 12
Luminance
0.6363
Every format
| HEX | #ade07b |
| RGB | rgb(173, 224, 123) |
| HSL | hsl(90, 62%, 68%) |
| CMYK | cmyk(23%, 0%, 45%, 12%) |
| LAB | lab(83.8 -33.4 44.1) |
| LCH | lch(83.8 55.3 127.1) |
| OKLCH | oklch(0.849 0.141 130.8) |
Copy-ready code
/* CSS */
color: #ade07b;
background-color: #ade07b;
/* Tailwind (arbitrary) */
class="text-[#ade07b] bg-[#ade07b]"
/* SCSS */
$brand: #ade07b;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.482)
/* Android */
Color.parseColor("#ade07b")Accessibility — WCAG contrast
Aa
#ade07b on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade07b on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue48.2%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow45.1%
Key (black)12.2%
Color previews
#ade07b text on a black background
contrast 13.73:1
Card sample
#ade07b text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade07b;
Background color
Panel with #ade07b background
background-color: #ade07b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade07b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade07b; background: linear-gradient(135deg, #ade07b, #7BE08C);