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