#ade700
a balanced, electric green · cool · closest name: yellow
RGB
173, 231, 0
HSL
75°, 100%, 45%
CMYK
25, 0, 100, 9
Luminance
0.6604
Every format
| HEX | #ade700 |
| RGB | rgb(173, 231, 0) |
| HSL | hsl(75, 100%, 45%) |
| CMYK | cmyk(25%, 0%, 100%, 9%) |
| LAB | lab(85.0 -43.4 82.9) |
| LCH | lch(85.0 93.6 117.6) |
| OKLCH | oklch(0.856 0.217 125.8) |
Copy-ready code
/* CSS */
color: #ade700;
background-color: #ade700;
/* Tailwind (arbitrary) */
class="text-[#ade700] bg-[#ade700]"
/* SCSS */
$brand: #ade700;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.000)
/* Android */
Color.parseColor("#ade700")Accessibility — WCAG contrast
Aa
#ade700 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade700 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue0.0%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow100.0%
Key (black)9.4%
Color previews
#ade700 text on a black background
contrast 14.21:1
Card sample
#ade700 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade700;
Background color
Panel with #ade700 background
background-color: #ade700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade700; background: linear-gradient(135deg, #ade700, #13E700);