#a1d600
a dark, electric green · cool · closest name: yellow
RGB
161, 214, 0
HSL
75°, 100%, 42%
CMYK
25, 0, 100, 16
Luminance
0.5567
Every format
| HEX | #a1d600 |
| RGB | rgb(161, 214, 0) |
| HSL | hsl(75, 100%, 42%) |
| CMYK | cmyk(25%, 0%, 100%, 16%) |
| LAB | lab(79.4 -40.6 78.4) |
| LCH | lch(79.4 88.3 117.4) |
| OKLCH | oklch(0.809 0.205 125.6) |
Copy-ready code
/* CSS */
color: #a1d600;
background-color: #a1d600;
/* Tailwind (arbitrary) */
class="text-[#a1d600] bg-[#a1d600]"
/* SCSS */
$brand: #a1d600;
/* SwiftUI */
Color(red: 0.631, green: 0.839, blue: 0.000)
/* Android */
Color.parseColor("#a1d600")Accessibility — WCAG contrast
Aa
#a1d600 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1d600 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green83.9%
Blue0.0%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow100.0%
Key (black)16.1%
Color previews
#a1d600 text on a black background
contrast 12.13:1
Card sample
#a1d600 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1d600;
Background color
Panel with #a1d600 background
background-color: #a1d600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1d600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 214, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 214, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1d600; background: linear-gradient(135deg, #a1d600, #12D600);