#ade15f
a balanced, vivid green · cool · closest name: khaki
RGB
173, 225, 95
HSL
84°, 68%, 63%
CMYK
23, 0, 58, 12
Luminance
0.6356
Every format
| HEX | #ade15f |
| RGB | rgb(173, 225, 95) |
| HSL | hsl(84, 68%, 63%) |
| CMYK | cmyk(23%, 0%, 58%, 12%) |
| LAB | lab(83.7 -36.7 57.0) |
| LCH | lch(83.7 67.8 122.8) |
| OKLCH | oklch(0.847 0.169 127.9) |
Copy-ready code
/* CSS */
color: #ade15f;
background-color: #ade15f;
/* Tailwind (arbitrary) */
class="text-[#ade15f] bg-[#ade15f]"
/* SCSS */
$brand: #ade15f;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.373)
/* Android */
Color.parseColor("#ade15f")Accessibility — WCAG contrast
Aa
#ade15f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade15f on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue37.3%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow57.8%
Key (black)11.8%
Color previews
#ade15f text on a black background
contrast 13.71:1
Card sample
#ade15f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade15f;
Background color
Panel with #ade15f background
background-color: #ade15f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade15f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade15f; background: linear-gradient(135deg, #ade15f, #5FE168);