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