#aed02f
a balanced, vivid green · cool · closest name: olivedrab
RGB
174, 208, 47
HSL
73°, 63%, 50%
CMYK
16, 0, 77, 18
Luminance
0.5432
Every format
| HEX | #aed02f |
| RGB | rgb(174, 208, 47) |
| HSL | hsl(73, 63%, 50%) |
| CMYK | cmyk(16%, 0%, 77%, 18%) |
| LAB | lab(78.7 -31.6 69.9) |
| LCH | lch(78.7 76.8 114.3) |
| OKLCH | oklch(0.805 0.180 121.4) |
Copy-ready code
/* CSS */
color: #aed02f;
background-color: #aed02f;
/* Tailwind (arbitrary) */
class="text-[#aed02f] bg-[#aed02f]"
/* SCSS */
$brand: #aed02f;
/* SwiftUI */
Color(red: 0.682, green: 0.816, blue: 0.184)
/* Android */
Color.parseColor("#aed02f")Accessibility — WCAG contrast
Aa
#aed02f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aed02f on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green81.6%
Blue18.4%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow77.4%
Key (black)18.4%
Color previews
#aed02f text on a black background
contrast 11.86:1
Card sample
#aed02f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aed02f;
Background color
Panel with #aed02f background
background-color: #aed02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aed02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 208, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 208, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aed02f; background: linear-gradient(135deg, #aed02f, #43D02F);