#ade840
a balanced, electric green · cool · closest name: yellow
RGB
173, 232, 64
HSL
81°, 79%, 58%
CMYK
25, 0, 72, 9
Luminance
0.6697
Every format
| HEX | #ade840 |
| RGB | rgb(173, 232, 64) |
| HSL | hsl(81, 79%, 58%) |
| CMYK | cmyk(25%, 0%, 72%, 9%) |
| LAB | lab(85.5 -42.0 71.0) |
| LCH | lch(85.5 82.5 120.6) |
| OKLCH | oklch(0.861 0.199 127.3) |
Copy-ready code
/* CSS */
color: #ade840;
background-color: #ade840;
/* Tailwind (arbitrary) */
class="text-[#ade840] bg-[#ade840]"
/* SCSS */
$brand: #ade840;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.251)
/* Android */
Color.parseColor("#ade840")Accessibility — WCAG contrast
Aa
#ade840 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade840 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue25.1%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow72.4%
Key (black)9.0%
Color previews
#ade840 text on a black background
contrast 14.39:1
Card sample
#ade840 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade840;
Background color
Panel with #ade840 background
background-color: #ade840;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade840;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade840; background: linear-gradient(135deg, #ade840, #40E843);