#9fe397
a light, vivid green · cool · closest name: aquamarine
RGB
159, 227, 151
HSL
114°, 58%, 74%
CMYK
30, 0, 34, 11
Luminance
0.6454
Every format
| HEX | #9fe397 |
| RGB | rgb(159, 227, 151) |
| HSL | hsl(114, 58%, 74%) |
| CMYK | cmyk(30%, 0%, 34%, 11%) |
| LAB | lab(84.3 -35.7 30.5) |
| LCH | lch(84.3 47.0 139.5) |
| OKLCH | oklch(0.852 0.124 141.9) |
Copy-ready code
/* CSS */
color: #9fe397;
background-color: #9fe397;
/* Tailwind (arbitrary) */
class="text-[#9fe397] bg-[#9fe397]"
/* SCSS */
$brand: #9fe397;
/* SwiftUI */
Color(red: 0.624, green: 0.890, blue: 0.592)
/* Android */
Color.parseColor("#9fe397")Accessibility — WCAG contrast
Aa
#9fe397 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fe397 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green89.0%
Blue59.2%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow33.5%
Key (black)11.0%
Color previews
#9fe397 text on a black background
contrast 13.91:1
Card sample
#9fe397 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fe397;
Background color
Panel with #9fe397 background
background-color: #9fe397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fe397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 227, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 227, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe397; background: linear-gradient(135deg, #9fe397, #97E3C2);