#a5e938
a balanced, electric green · cool · closest name: yellow
RGB
165, 233, 56
HSL
83°, 80%, 57%
CMYK
29, 0, 76, 9
Luminance
0.6656
Every format
| HEX | #a5e938 |
| RGB | rgb(165, 233, 56) |
| HSL | hsl(83, 80%, 57%) |
| CMYK | cmyk(29%, 0%, 76%, 9%) |
| LAB | lab(85.3 -45.8 73.2) |
| LCH | lch(85.3 86.4 122.0) |
| OKLCH | oklch(0.858 0.208 129.0) |
Copy-ready code
/* CSS */
color: #a5e938;
background-color: #a5e938;
/* Tailwind (arbitrary) */
class="text-[#a5e938] bg-[#a5e938]"
/* SCSS */
$brand: #a5e938;
/* SwiftUI */
Color(red: 0.647, green: 0.914, blue: 0.220)
/* Android */
Color.parseColor("#a5e938")Accessibility — WCAG contrast
Aa
#a5e938 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5e938 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green91.4%
Blue22.0%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow76.0%
Key (black)8.6%
Color previews
#a5e938 text on a black background
contrast 14.31:1
Card sample
#a5e938 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5e938;
Background color
Panel with #a5e938 background
background-color: #a5e938;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5e938;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 233, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 233, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5e938; background: linear-gradient(135deg, #a5e938, #38E941);