#a8d430
a balanced, vivid green · cool · closest name: olivedrab
RGB
168, 212, 48
HSL
76°, 66%, 51%
CMYK
21, 0, 77, 17
Luminance
0.5563
Every format
| HEX | #a8d430 |
| RGB | rgb(168, 212, 48) |
| HSL | hsl(76, 66%, 51%) |
| CMYK | cmyk(21%, 0%, 77%, 17%) |
| LAB | lab(79.4 -35.8 70.2) |
| LCH | lch(79.4 78.8 117.0) |
| OKLCH | oklch(0.810 0.186 124.1) |
Copy-ready code
/* CSS */
color: #a8d430;
background-color: #a8d430;
/* Tailwind (arbitrary) */
class="text-[#a8d430] bg-[#a8d430]"
/* SCSS */
$brand: #a8d430;
/* SwiftUI */
Color(red: 0.659, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#a8d430")Accessibility — WCAG contrast
Aa
#a8d430 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8d430 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green83.1%
Blue18.8%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#a8d430 text on a black background
contrast 12.13:1
Card sample
#a8d430 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8d430;
Background color
Panel with #a8d430 background
background-color: #a8d430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8d430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8d430; background: linear-gradient(135deg, #a8d430, #3BD430);