#ade713
a balanced, electric green · cool · closest name: yellow
RGB
173, 231, 19
HSL
76°, 85%, 49%
CMYK
25, 0, 92, 9
Luminance
0.6608
Every format
| HEX | #ade713 |
| RGB | rgb(173, 231, 19) |
| HSL | hsl(76, 85%, 49%) |
| CMYK | cmyk(25%, 0%, 92%, 9%) |
| LAB | lab(85.0 -43.1 81.2) |
| LCH | lch(85.0 91.9 118.0) |
| OKLCH | oklch(0.857 0.215 126.0) |
Copy-ready code
/* CSS */
color: #ade713;
background-color: #ade713;
/* Tailwind (arbitrary) */
class="text-[#ade713] bg-[#ade713]"
/* SCSS */
$brand: #ade713;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.075)
/* Android */
Color.parseColor("#ade713")Accessibility — WCAG contrast
Aa
#ade713 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade713 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue7.5%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow91.8%
Key (black)9.4%
Color previews
#ade713 text on a black background
contrast 14.22:1
Card sample
#ade713 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade713;
Background color
Panel with #ade713 background
background-color: #ade713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade713; background: linear-gradient(135deg, #ade713, #20E713);