#aeda21
a balanced, vivid green · cool · closest name: yellow
RGB
174, 218, 33
HSL
74°, 74%, 49%
CMYK
20, 0, 85, 15
Luminance
0.5925
Every format
| HEX | #aeda21 |
| RGB | rgb(174, 218, 33) |
| HSL | hsl(74, 74%, 49%) |
| CMYK | cmyk(20%, 0%, 85%, 15%) |
| LAB | lab(81.4 -36.7 75.9) |
| LCH | lch(81.4 84.3 115.8) |
| OKLCH | oklch(0.828 0.197 123.4) |
Copy-ready code
/* CSS */
color: #aeda21;
background-color: #aeda21;
/* Tailwind (arbitrary) */
class="text-[#aeda21] bg-[#aeda21]"
/* SCSS */
$brand: #aeda21;
/* SwiftUI */
Color(red: 0.682, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#aeda21")Accessibility — WCAG contrast
Aa
#aeda21 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeda21 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green85.5%
Blue12.9%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow84.9%
Key (black)14.5%
Color previews
#aeda21 text on a black background
contrast 12.85:1
Card sample
#aeda21 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeda21;
Background color
Panel with #aeda21 background
background-color: #aeda21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeda21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeda21; background: linear-gradient(135deg, #aeda21, #33DA21);