#8af95f
a light, electric green · cool · closest name: lime
RGB
138, 249, 95
HSL
103°, 93%, 68%
CMYK
45, 0, 62, 2
Luminance
0.7398
Every format
| HEX | #8af95f |
| RGB | rgb(138, 249, 95) |
| HSL | hsl(103, 93%, 68%) |
| CMYK | cmyk(45%, 0%, 62%, 2%) |
| LAB | lab(88.9 -58.5 62.4) |
| LCH | lch(88.9 85.5 133.1) |
| OKLCH | oklch(0.885 0.217 138.1) |
Copy-ready code
/* CSS */
color: #8af95f;
background-color: #8af95f;
/* Tailwind (arbitrary) */
class="text-[#8af95f] bg-[#8af95f]"
/* SCSS */
$brand: #8af95f;
/* SwiftUI */
Color(red: 0.541, green: 0.976, blue: 0.373)
/* Android */
Color.parseColor("#8af95f")Accessibility — WCAG contrast
Aa
#8af95f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af95f on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green97.6%
Blue37.3%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow61.8%
Key (black)2.4%
Color previews
#8af95f text on a black background
contrast 15.80:1
Card sample
#8af95f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af95f;
Background color
Panel with #8af95f background
background-color: #8af95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 249, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 249, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af95f; background: linear-gradient(135deg, #8af95f, #5FF99B);