#a1d043
a balanced, vivid green · cool · closest name: olivedrab
RGB
161, 208, 67
HSL
80°, 60%, 54%
CMYK
23, 0, 68, 18
Luminance
0.5309
Every format
| HEX | #a1d043 |
| RGB | rgb(161, 208, 67) |
| HSL | hsl(80, 60%, 54%) |
| CMYK | cmyk(23%, 0%, 68%, 18%) |
| LAB | lab(77.9 -35.7 62.1) |
| LCH | lch(77.9 71.6 119.9) |
| OKLCH | oklch(0.798 0.174 126.1) |
Copy-ready code
/* CSS */
color: #a1d043;
background-color: #a1d043;
/* Tailwind (arbitrary) */
class="text-[#a1d043] bg-[#a1d043]"
/* SCSS */
$brand: #a1d043;
/* SwiftUI */
Color(red: 0.631, green: 0.816, blue: 0.263)
/* Android */
Color.parseColor("#a1d043")Accessibility — WCAG contrast
Aa
#a1d043 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1d043 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green81.6%
Blue26.3%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow67.8%
Key (black)18.4%
Color previews
#a1d043 text on a black background
contrast 11.62:1
Card sample
#a1d043 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1d043;
Background color
Panel with #a1d043 background
background-color: #a1d043;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1d043;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 208, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 208, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1d043; background: linear-gradient(135deg, #a1d043, #43D043);