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