#94e794
a light, vivid green · cool · closest name: aquamarine
RGB
148, 231, 148
HSL
120°, 63%, 74%
CMYK
36, 0, 36, 9
Luminance
0.6559
Every format
| HEX | #94e794 |
| RGB | rgb(148, 231, 148) |
| HSL | hsl(120, 63%, 74%) |
| CMYK | cmyk(36%, 0%, 36%, 9%) |
| LAB | lab(84.8 -41.5 32.7) |
| LCH | lch(84.8 52.8 141.8) |
| OKLCH | oklch(0.854 0.139 144.2) |
Copy-ready code
/* CSS */
color: #94e794;
background-color: #94e794;
/* Tailwind (arbitrary) */
class="text-[#94e794] bg-[#94e794]"
/* SCSS */
$brand: #94e794;
/* SwiftUI */
Color(red: 0.580, green: 0.906, blue: 0.580)
/* Android */
Color.parseColor("#94e794")Accessibility — WCAG contrast
Aa
#94e794 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94e794 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green90.6%
Blue58.0%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow35.9%
Key (black)9.4%
Color previews
#94e794 text on a black background
contrast 14.12:1
Card sample
#94e794 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94e794;
Background color
Panel with #94e794 background
background-color: #94e794;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94e794;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 231, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 231, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94e794; background: linear-gradient(135deg, #94e794, #94E7CB);