#a3e075
a light, vivid green · cool · closest name: khaki
RGB
163, 224, 117
HSL
94°, 63%, 67%
CMYK
27, 0, 48, 12
Luminance
0.6238
Every format
| HEX | #a3e075 |
| RGB | rgb(163, 224, 117) |
| HSL | hsl(94, 63%, 67%) |
| CMYK | cmyk(27%, 0%, 48%, 12%) |
| LAB | lab(83.1 -37.6 46.0) |
| LCH | lch(83.1 59.4 129.3) |
| OKLCH | oklch(0.842 0.152 133.1) |
Copy-ready code
/* CSS */
color: #a3e075;
background-color: #a3e075;
/* Tailwind (arbitrary) */
class="text-[#a3e075] bg-[#a3e075]"
/* SCSS */
$brand: #a3e075;
/* SwiftUI */
Color(red: 0.639, green: 0.878, blue: 0.459)
/* Android */
Color.parseColor("#a3e075")Accessibility — WCAG contrast
Aa
#a3e075 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3e075 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green87.8%
Blue45.9%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow47.8%
Key (black)12.2%
Color previews
#a3e075 text on a black background
contrast 13.48:1
Card sample
#a3e075 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3e075;
Background color
Panel with #a3e075 background
background-color: #a3e075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3e075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 224, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 224, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3e075; background: linear-gradient(135deg, #a3e075, #75E08E);