#9eeeac
a light, vivid green · cool · closest name: aquamarine
RGB
158, 238, 172
HSL
131°, 70%, 78%
CMYK
34, 0, 28, 7
Luminance
0.7140
Every format
| HEX | #9eeeac |
| RGB | rgb(158, 238, 172) |
| HSL | hsl(131, 70%, 78%) |
| CMYK | cmyk(34%, 0%, 28%, 7%) |
| LAB | lab(87.7 -37.6 24.4) |
| LCH | lch(87.7 44.8 147.1) |
| OKLCH | oklch(0.880 0.120 149.0) |
Copy-ready code
/* CSS */
color: #9eeeac;
background-color: #9eeeac;
/* Tailwind (arbitrary) */
class="text-[#9eeeac] bg-[#9eeeac]"
/* SCSS */
$brand: #9eeeac;
/* SwiftUI */
Color(red: 0.620, green: 0.933, blue: 0.675)
/* Android */
Color.parseColor("#9eeeac")Accessibility — WCAG contrast
Aa
#9eeeac on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eeeac on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green93.3%
Blue67.5%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow27.7%
Key (black)6.7%
Color previews
#9eeeac text on a black background
contrast 15.28:1
Card sample
#9eeeac text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eeeac;
Background color
Panel with #9eeeac background
background-color: #9eeeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eeeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 238, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 238, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eeeac; background: linear-gradient(135deg, #9eeeac, #9EEEE1);