#9fe331
a balanced, electric green · cool · closest name: yellow
RGB
159, 227, 49
HSL
83°, 76%, 54%
CMYK
30, 0, 78, 11
Luminance
0.6253
Every format
| HEX | #9fe331 |
| RGB | rgb(159, 227, 49) |
| HSL | hsl(83, 76%, 54%) |
| CMYK | cmyk(30%, 0%, 78%, 11%) |
| LAB | lab(83.2 -45.8 73.2) |
| LCH | lch(83.2 86.3 122.0) |
| OKLCH | oklch(0.840 0.208 129.1) |
Copy-ready code
/* CSS */
color: #9fe331;
background-color: #9fe331;
/* Tailwind (arbitrary) */
class="text-[#9fe331] bg-[#9fe331]"
/* SCSS */
$brand: #9fe331;
/* SwiftUI */
Color(red: 0.624, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#9fe331")Accessibility — WCAG contrast
Aa
#9fe331 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fe331 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green89.0%
Blue19.2%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#9fe331 text on a black background
contrast 13.51:1
Card sample
#9fe331 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fe331;
Background color
Panel with #9fe331 background
background-color: #9fe331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fe331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe331; background: linear-gradient(135deg, #9fe331, #31E339);