#ade613
a balanced, electric green · cool · closest name: yellow
RGB
173, 230, 19
HSL
76°, 85%, 49%
CMYK
25, 0, 92, 10
Luminance
0.6552
Every format
| HEX | #ade613 |
| RGB | rgb(173, 230, 19) |
| HSL | hsl(76, 85%, 49%) |
| CMYK | cmyk(25%, 0%, 92%, 10%) |
| LAB | lab(84.8 -42.7 81.0) |
| LCH | lch(84.8 91.5 117.8) |
| OKLCH | oklch(0.854 0.214 125.8) |
Copy-ready code
/* CSS */
color: #ade613;
background-color: #ade613;
/* Tailwind (arbitrary) */
class="text-[#ade613] bg-[#ade613]"
/* SCSS */
$brand: #ade613;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.075)
/* Android */
Color.parseColor("#ade613")Accessibility — WCAG contrast
Aa
#ade613 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade613 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue7.5%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow91.7%
Key (black)9.8%
Color previews
#ade613 text on a black background
contrast 14.10:1
Card sample
#ade613 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade613;
Background color
Panel with #ade613 background
background-color: #ade613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade613; background: linear-gradient(135deg, #ade613, #20E613);