#ade330
a balanced, electric green · cool · closest name: yellow
RGB
173, 227, 48
HSL
78°, 76%, 54%
CMYK
24, 0, 79, 11
Luminance
0.6404
Every format
| HEX | #ade330 |
| RGB | rgb(173, 227, 48) |
| HSL | hsl(78, 76%, 54%) |
| CMYK | cmyk(24%, 0%, 79%, 11%) |
| LAB | lab(84.0 -40.6 74.5) |
| LCH | lch(84.0 84.8 118.6) |
| OKLCH | oklch(0.848 0.201 125.8) |
Copy-ready code
/* CSS */
color: #ade330;
background-color: #ade330;
/* Tailwind (arbitrary) */
class="text-[#ade330] bg-[#ade330]"
/* SCSS */
$brand: #ade330;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.188)
/* Android */
Color.parseColor("#ade330")Accessibility — WCAG contrast
Aa
#ade330 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade330 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue18.8%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow78.9%
Key (black)11.0%
Color previews
#ade330 text on a black background
contrast 13.81:1
Card sample
#ade330 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade330;
Background color
Panel with #ade330 background
background-color: #ade330;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade330;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade330; background: linear-gradient(135deg, #ade330, #36E330);