#ade315
a balanced, electric green · cool · closest name: yellow
RGB
173, 227, 21
HSL
76°, 83%, 49%
CMYK
24, 0, 91, 11
Luminance
0.6388
Every format
| HEX | #ade315 |
| RGB | rgb(173, 227, 21) |
| HSL | hsl(76, 83%, 49%) |
| CMYK | cmyk(24%, 0%, 91%, 11%) |
| LAB | lab(83.9 -41.4 80.0) |
| LCH | lch(83.9 90.1 117.3) |
| OKLCH | oklch(0.847 0.210 125.3) |
Copy-ready code
/* CSS */
color: #ade315;
background-color: #ade315;
/* Tailwind (arbitrary) */
class="text-[#ade315] bg-[#ade315]"
/* SCSS */
$brand: #ade315;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.082)
/* Android */
Color.parseColor("#ade315")Accessibility — WCAG contrast
Aa
#ade315 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade315 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue8.2%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow90.7%
Key (black)11.0%
Color previews
#ade315 text on a black background
contrast 13.78:1
Card sample
#ade315 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade315;
Background color
Panel with #ade315 background
background-color: #ade315;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade315;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade315; background: linear-gradient(135deg, #ade315, #24E315);