#94ff8b
a light, electric green · cool · closest name: aquamarine
RGB
148, 255, 139
HSL
115°, 100%, 77%
CMYK
42, 0, 46, 0
Luminance
0.7968
Every format
| HEX | #94ff8b |
| RGB | rgb(148, 255, 139) |
| HSL | hsl(115, 100%, 77%) |
| CMYK | cmyk(42%, 0%, 46%, 0%) |
| LAB | lab(91.5 -53.0 45.8) |
| LCH | lch(91.5 70.0 139.1) |
| OKLCH | oklch(0.909 0.182 142.3) |
Copy-ready code
/* CSS */
color: #94ff8b;
background-color: #94ff8b;
/* Tailwind (arbitrary) */
class="text-[#94ff8b] bg-[#94ff8b]"
/* SCSS */
$brand: #94ff8b;
/* SwiftUI */
Color(red: 0.580, green: 1.000, blue: 0.545)
/* Android */
Color.parseColor("#94ff8b")Accessibility — WCAG contrast
Aa
#94ff8b on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94ff8b on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green100.0%
Blue54.5%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow45.5%
Key (black)0.0%
Color previews
#94ff8b text on a black background
contrast 16.94:1
Card sample
#94ff8b text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94ff8b;
Background color
Panel with #94ff8b background
background-color: #94ff8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94ff8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 255, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 255, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94ff8b; background: linear-gradient(135deg, #94ff8b, #8BFFCF);