#94e29e
a light, vivid green · cool · closest name: aquamarine
RGB
148, 226, 158
HSL
128°, 57%, 73%
CMYK
35, 0, 30, 11
Luminance
0.6316
Every format
| HEX | #94e29e |
| RGB | rgb(148, 226, 158) |
| HSL | hsl(128, 57%, 73%) |
| CMYK | cmyk(35%, 0%, 30%, 11%) |
| LAB | lab(83.5 -37.6 25.9) |
| LCH | lch(83.5 45.6 145.5) |
| OKLCH | oklch(0.845 0.122 147.6) |
Copy-ready code
/* CSS */
color: #94e29e;
background-color: #94e29e;
/* Tailwind (arbitrary) */
class="text-[#94e29e] bg-[#94e29e]"
/* SCSS */
$brand: #94e29e;
/* SwiftUI */
Color(red: 0.580, green: 0.886, blue: 0.620)
/* Android */
Color.parseColor("#94e29e")Accessibility — WCAG contrast
Aa
#94e29e on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94e29e on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green88.6%
Blue62.0%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow30.1%
Key (black)11.4%
Color previews
#94e29e text on a black background
contrast 13.63:1
Card sample
#94e29e text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94e29e;
Background color
Panel with #94e29e background
background-color: #94e29e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94e29e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 226, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 226, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94e29e; background: linear-gradient(135deg, #94e29e, #94E2D2);