#ade339
a balanced, electric green · cool · closest name: yellow
RGB
173, 227, 57
HSL
79°, 75%, 56%
CMYK
24, 0, 75, 11
Luminance
0.6412
Every format
| HEX | #ade339 |
| RGB | rgb(173, 227, 57) |
| HSL | hsl(79, 75%, 56%) |
| CMYK | cmyk(24%, 0%, 75%, 11%) |
| LAB | lab(84.0 -40.2 71.9) |
| LCH | lch(84.0 82.3 119.2) |
| OKLCH | oklch(0.849 0.197 126.1) |
Copy-ready code
/* CSS */
color: #ade339;
background-color: #ade339;
/* Tailwind (arbitrary) */
class="text-[#ade339] bg-[#ade339]"
/* SCSS */
$brand: #ade339;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.224)
/* Android */
Color.parseColor("#ade339")Accessibility — WCAG contrast
Aa
#ade339 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade339 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue22.4%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow74.9%
Key (black)11.0%
Color previews
#ade339 text on a black background
contrast 13.82:1
Card sample
#ade339 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade339;
Background color
Panel with #ade339 background
background-color: #ade339;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade339;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade339; background: linear-gradient(135deg, #ade339, #3CE339);