#aad430
a balanced, vivid green · cool · closest name: yellow
RGB
170, 212, 48
HSL
75°, 66%, 51%
CMYK
20, 0, 77, 17
Luminance
0.5585
Every format
| HEX | #aad430 |
| RGB | rgb(170, 212, 48) |
| HSL | hsl(75, 66%, 51%) |
| CMYK | cmyk(20%, 0%, 77%, 17%) |
| LAB | lab(79.5 -35.0 70.3) |
| LCH | lch(79.5 78.6 116.5) |
| OKLCH | oklch(0.812 0.186 123.6) |
Copy-ready code
/* CSS */
color: #aad430;
background-color: #aad430;
/* Tailwind (arbitrary) */
class="text-[#aad430] bg-[#aad430]"
/* SCSS */
$brand: #aad430;
/* SwiftUI */
Color(red: 0.667, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#aad430")Accessibility — WCAG contrast
Aa
#aad430 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aad430 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green83.1%
Blue18.8%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#aad430 text on a black background
contrast 12.17:1
Card sample
#aad430 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aad430;
Background color
Panel with #aad430 background
background-color: #aad430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aad430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aad430; background: linear-gradient(135deg, #aad430, #3DD430);