#ade838
a balanced, electric green · cool · closest name: yellow
RGB
173, 232, 56
HSL
80°, 79%, 57%
CMYK
25, 0, 76, 9
Luminance
0.6688
Every format
| HEX | #ade838 |
| RGB | rgb(173, 232, 56) |
| HSL | hsl(80, 79%, 57%) |
| CMYK | cmyk(25%, 0%, 76%, 9%) |
| LAB | lab(85.4 -42.4 73.5) |
| LCH | lch(85.4 84.9 120.0) |
| OKLCH | oklch(0.860 0.203 127.0) |
Copy-ready code
/* CSS */
color: #ade838;
background-color: #ade838;
/* Tailwind (arbitrary) */
class="text-[#ade838] bg-[#ade838]"
/* SCSS */
$brand: #ade838;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.220)
/* Android */
Color.parseColor("#ade838")Accessibility — WCAG contrast
Aa
#ade838 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade838 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue22.0%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow75.9%
Key (black)9.0%
Color previews
#ade838 text on a black background
contrast 14.38:1
Card sample
#ade838 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade838;
Background color
Panel with #ade838 background
background-color: #ade838;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade838;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade838; background: linear-gradient(135deg, #ade838, #38E838);