#ade119
a balanced, electric green · cool · closest name: yellow
RGB
173, 225, 25
HSL
76°, 80%, 49%
CMYK
23, 0, 89, 12
Luminance
0.6280
Every format
| HEX | #ade119 |
| RGB | rgb(173, 225, 25) |
| HSL | hsl(76, 80%, 49%) |
| CMYK | cmyk(23%, 0%, 89%, 12%) |
| LAB | lab(83.3 -40.4 79.0) |
| LCH | lch(83.3 88.7 117.1) |
| OKLCH | oklch(0.843 0.207 125.0) |
Copy-ready code
/* CSS */
color: #ade119;
background-color: #ade119;
/* Tailwind (arbitrary) */
class="text-[#ade119] bg-[#ade119]"
/* SCSS */
$brand: #ade119;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.098)
/* Android */
Color.parseColor("#ade119")Accessibility — WCAG contrast
Aa
#ade119 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade119 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue9.8%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow88.9%
Key (black)11.8%
Color previews
#ade119 text on a black background
contrast 13.56:1
Card sample
#ade119 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade119;
Background color
Panel with #ade119 background
background-color: #ade119;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade119;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade119; background: linear-gradient(135deg, #ade119, #28E119);