#94ff8d
a light, electric green · cool · closest name: aquamarine
RGB
148, 255, 141
HSL
116°, 100%, 78%
CMYK
42, 0, 45, 0
Luminance
0.7974
Every format
| HEX | #94ff8d |
| RGB | rgb(148, 255, 141) |
| HSL | hsl(116, 100%, 78%) |
| CMYK | cmyk(42%, 0%, 45%, 0%) |
| LAB | lab(91.6 -52.7 44.9) |
| LCH | lch(91.6 69.2 139.6) |
| OKLCH | oklch(0.909 0.181 142.7) |
Copy-ready code
/* CSS */
color: #94ff8d;
background-color: #94ff8d;
/* Tailwind (arbitrary) */
class="text-[#94ff8d] bg-[#94ff8d]"
/* SCSS */
$brand: #94ff8d;
/* SwiftUI */
Color(red: 0.580, green: 1.000, blue: 0.553)
/* Android */
Color.parseColor("#94ff8d")Accessibility — WCAG contrast
Aa
#94ff8d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94ff8d on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green100.0%
Blue55.3%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow44.7%
Key (black)0.0%
Color previews
#94ff8d text on a black background
contrast 16.95:1
Card sample
#94ff8d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94ff8d;
Background color
Panel with #94ff8d background
background-color: #94ff8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94ff8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 255, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 255, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94ff8d; background: linear-gradient(135deg, #94ff8d, #8DFFD2);