#aee607
a balanced, electric green · cool · closest name: yellow
RGB
174, 230, 7
HSL
75°, 94%, 47%
CMYK
24, 0, 97, 10
Luminance
0.6561
Every format
| HEX | #aee607 |
| RGB | rgb(174, 230, 7) |
| HSL | hsl(75, 94%, 47%) |
| CMYK | cmyk(24%, 0%, 97%, 10%) |
| LAB | lab(84.8 -42.5 82.2) |
| LCH | lch(84.8 92.5 117.3) |
| OKLCH | oklch(0.855 0.215 125.5) |
Copy-ready code
/* CSS */
color: #aee607;
background-color: #aee607;
/* Tailwind (arbitrary) */
class="text-[#aee607] bg-[#aee607]"
/* SCSS */
$brand: #aee607;
/* SwiftUI */
Color(red: 0.682, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#aee607")Accessibility — WCAG contrast
Aa
#aee607 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aee607 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green90.2%
Blue2.7%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow97.0%
Key (black)9.8%
Color previews
#aee607 text on a black background
contrast 14.12:1
Card sample
#aee607 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aee607;
Background color
Panel with #aee607 background
background-color: #aee607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aee607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aee607; background: linear-gradient(135deg, #aee607, #19E607);