#aed430
a balanced, vivid green · cool · closest name: yellow
RGB
174, 212, 48
HSL
74°, 66%, 51%
CMYK
18, 0, 77, 17
Luminance
0.5630
Every format
| HEX | #aed430 |
| RGB | rgb(174, 212, 48) |
| HSL | hsl(74, 66%, 51%) |
| CMYK | cmyk(18%, 0%, 77%, 17%) |
| LAB | lab(79.8 -33.4 70.7) |
| LCH | lch(79.8 78.2 115.3) |
| OKLCH | oklch(0.814 0.184 122.4) |
Copy-ready code
/* CSS */
color: #aed430;
background-color: #aed430;
/* Tailwind (arbitrary) */
class="text-[#aed430] bg-[#aed430]"
/* SCSS */
$brand: #aed430;
/* SwiftUI */
Color(red: 0.682, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#aed430")Accessibility — WCAG contrast
Aa
#aed430 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aed430 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green83.1%
Blue18.8%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#aed430 text on a black background
contrast 12.26:1
Card sample
#aed430 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aed430;
Background color
Panel with #aed430 background
background-color: #aed430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aed430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aed430; background: linear-gradient(135deg, #aed430, #41D430);