#8af44f
a balanced, electric green · cool · closest name: lime
RGB
138, 244, 79
HSL
99°, 88%, 63%
CMYK
43, 0, 68, 4
Luminance
0.7067
Every format
| HEX | #8af44f |
| RGB | rgb(138, 244, 79) |
| HSL | hsl(99, 88%, 63%) |
| CMYK | cmyk(43%, 0%, 68%, 4%) |
| LAB | lab(87.3 -57.9 67.0) |
| LCH | lch(87.3 88.5 130.8) |
| OKLCH | oklch(0.871 0.222 136.5) |
Copy-ready code
/* CSS */
color: #8af44f;
background-color: #8af44f;
/* Tailwind (arbitrary) */
class="text-[#8af44f] bg-[#8af44f]"
/* SCSS */
$brand: #8af44f;
/* SwiftUI */
Color(red: 0.541, green: 0.957, blue: 0.310)
/* Android */
Color.parseColor("#8af44f")Accessibility — WCAG contrast
Aa
#8af44f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af44f on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green95.7%
Blue31.0%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow67.6%
Key (black)4.3%
Color previews
#8af44f text on a black background
contrast 15.13:1
Card sample
#8af44f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af44f;
Background color
Panel with #8af44f background
background-color: #8af44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 244, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 244, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af44f; background: linear-gradient(135deg, #8af44f, #4FF482);