#aaeb13
a balanced, electric green · cool · closest name: yellow
RGB
170, 235, 19
HSL
78°, 85%, 50%
CMYK
28, 0, 92, 8
Luminance
0.6801
Every format
| HEX | #aaeb13 |
| RGB | rgb(170, 235, 19) |
| HSL | hsl(78, 85%, 50%) |
| CMYK | cmyk(28%, 0%, 92%, 8%) |
| LAB | lab(86.0 -46.0 81.9) |
| LCH | lch(86.0 93.9 119.3) |
| OKLCH | oklch(0.864 0.221 127.3) |
Copy-ready code
/* CSS */
color: #aaeb13;
background-color: #aaeb13;
/* Tailwind (arbitrary) */
class="text-[#aaeb13] bg-[#aaeb13]"
/* SCSS */
$brand: #aaeb13;
/* SwiftUI */
Color(red: 0.667, green: 0.922, blue: 0.075)
/* Android */
Color.parseColor("#aaeb13")Accessibility — WCAG contrast
Aa
#aaeb13 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeb13 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green92.2%
Blue7.5%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow91.9%
Key (black)7.8%
Color previews
#aaeb13 text on a black background
contrast 14.60:1
Card sample
#aaeb13 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeb13;
Background color
Panel with #aaeb13 background
background-color: #aaeb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 235, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 235, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeb13; background: linear-gradient(135deg, #aaeb13, #1AEB13);