#94ff7c
a light, electric green · cool · closest name: forestgreen
RGB
148, 255, 124
HSL
109°, 100%, 74%
CMYK
42, 0, 51, 0
Luminance
0.7927
Every format
| HEX | #94ff7c |
| RGB | rgb(148, 255, 124) |
| HSL | hsl(109, 100%, 74%) |
| CMYK | cmyk(42%, 0%, 51%, 0%) |
| LAB | lab(91.4 -54.8 52.6) |
| LCH | lch(91.4 76.0 136.2) |
| OKLCH | oklch(0.907 0.196 140.0) |
Copy-ready code
/* CSS */
color: #94ff7c;
background-color: #94ff7c;
/* Tailwind (arbitrary) */
class="text-[#94ff7c] bg-[#94ff7c]"
/* SCSS */
$brand: #94ff7c;
/* SwiftUI */
Color(red: 0.580, green: 1.000, blue: 0.486)
/* Android */
Color.parseColor("#94ff7c")Accessibility — WCAG contrast
Aa
#94ff7c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94ff7c on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green100.0%
Blue48.6%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow51.4%
Key (black)0.0%
Color previews
#94ff7c text on a black background
contrast 16.85:1
Card sample
#94ff7c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94ff7c;
Background color
Panel with #94ff7c background
background-color: #94ff7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94ff7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 255, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 255, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94ff7c; background: linear-gradient(135deg, #94ff7c, #7CFFBB);