#9ee295
a light, vivid green · cool · closest name: aquamarine
RGB
158, 226, 149
HSL
113°, 57%, 74%
CMYK
30, 0, 34, 11
Luminance
0.6383
Every format
| HEX | #9ee295 |
| RGB | rgb(158, 226, 149) |
| HSL | hsl(113, 57%, 74%) |
| CMYK | cmyk(30%, 0%, 34%, 11%) |
| LAB | lab(83.9 -35.9 31.0) |
| LCH | lch(83.9 47.5 139.2) |
| OKLCH | oklch(0.848 0.125 141.6) |
Copy-ready code
/* CSS */
color: #9ee295;
background-color: #9ee295;
/* Tailwind (arbitrary) */
class="text-[#9ee295] bg-[#9ee295]"
/* SCSS */
$brand: #9ee295;
/* SwiftUI */
Color(red: 0.620, green: 0.886, blue: 0.584)
/* Android */
Color.parseColor("#9ee295")Accessibility — WCAG contrast
Aa
#9ee295 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ee295 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green88.6%
Blue58.4%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow34.1%
Key (black)11.4%
Color previews
#9ee295 text on a black background
contrast 13.77:1
Card sample
#9ee295 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ee295;
Background color
Panel with #9ee295 background
background-color: #9ee295;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ee295;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 226, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 226, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ee295; background: linear-gradient(135deg, #9ee295, #95E2BF);