#aed821
a balanced, vivid green · cool · closest name: yellow
RGB
174, 216, 33
HSL
74°, 74%, 49%
CMYK
19, 0, 85, 15
Luminance
0.5822
Every format
| HEX | #aed821 |
| RGB | rgb(174, 216, 33) |
| HSL | hsl(74, 74%, 49%) |
| CMYK | cmyk(19%, 0%, 85%, 15%) |
| LAB | lab(80.9 -35.8 75.4) |
| LCH | lch(80.9 83.5 115.4) |
| OKLCH | oklch(0.823 0.194 123.0) |
Copy-ready code
/* CSS */
color: #aed821;
background-color: #aed821;
/* Tailwind (arbitrary) */
class="text-[#aed821] bg-[#aed821]"
/* SCSS */
$brand: #aed821;
/* SwiftUI */
Color(red: 0.682, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#aed821")Accessibility — WCAG contrast
Aa
#aed821 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aed821 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green84.7%
Blue12.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#aed821 text on a black background
contrast 12.64:1
Card sample
#aed821 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aed821;
Background color
Panel with #aed821 background
background-color: #aed821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aed821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aed821; background: linear-gradient(135deg, #aed821, #34D821);