#aaeb28
a balanced, electric green · cool · closest name: yellow
RGB
170, 235, 40
HSL
80°, 83%, 54%
CMYK
28, 0, 83, 8
Luminance
0.6812
Every format
| HEX | #aaeb28 |
| RGB | rgb(170, 235, 40) |
| HSL | hsl(80, 83%, 54%) |
| CMYK | cmyk(28%, 0%, 83%, 8%) |
| LAB | lab(86.1 -45.5 78.3) |
| LCH | lch(86.1 90.5 120.2) |
| OKLCH | oklch(0.865 0.215 127.7) |
Copy-ready code
/* CSS */
color: #aaeb28;
background-color: #aaeb28;
/* Tailwind (arbitrary) */
class="text-[#aaeb28] bg-[#aaeb28]"
/* SCSS */
$brand: #aaeb28;
/* SwiftUI */
Color(red: 0.667, green: 0.922, blue: 0.157)
/* Android */
Color.parseColor("#aaeb28")Accessibility — WCAG contrast
Aa
#aaeb28 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeb28 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green92.2%
Blue15.7%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow83.0%
Key (black)7.8%
Color previews
#aaeb28 text on a black background
contrast 14.62:1
Card sample
#aaeb28 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeb28;
Background color
Panel with #aaeb28 background
background-color: #aaeb28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeb28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 235, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 235, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeb28; background: linear-gradient(135deg, #aaeb28, #28EB28);