#ade367
a balanced, vivid green · cool · closest name: khaki
RGB
173, 227, 103
HSL
86°, 69%, 65%
CMYK
24, 0, 55, 11
Luminance
0.6480
Every format
| HEX | #ade367 |
| RGB | rgb(173, 227, 103) |
| HSL | hsl(86, 69%, 65%) |
| CMYK | cmyk(24%, 0%, 55%, 11%) |
| LAB | lab(84.4 -36.9 54.2) |
| LCH | lch(84.4 65.6 124.2) |
| OKLCH | oklch(0.853 0.164 129.0) |
Copy-ready code
/* CSS */
color: #ade367;
background-color: #ade367;
/* Tailwind (arbitrary) */
class="text-[#ade367] bg-[#ade367]"
/* SCSS */
$brand: #ade367;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.404)
/* Android */
Color.parseColor("#ade367")Accessibility — WCAG contrast
Aa
#ade367 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade367 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue40.4%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow54.6%
Key (black)11.0%
Color previews
#ade367 text on a black background
contrast 13.96:1
Card sample
#ade367 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade367;
Background color
Panel with #ade367 background
background-color: #ade367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade367; background: linear-gradient(135deg, #ade367, #67E374);