#9be032
a balanced, vivid green · cool · closest name: yellow
RGB
155, 224, 50
HSL
84°, 74%, 54%
CMYK
31, 0, 78, 12
Luminance
0.6051
Every format
| HEX | #9be032 |
| RGB | rgb(155, 224, 50) |
| HSL | hsl(84, 74%, 54%) |
| CMYK | cmyk(31%, 0%, 78%, 12%) |
| LAB | lab(82.1 -45.9 71.8) |
| LCH | lch(82.1 85.2 122.6) |
| OKLCH | oklch(0.830 0.206 129.6) |
Copy-ready code
/* CSS */
color: #9be032;
background-color: #9be032;
/* Tailwind (arbitrary) */
class="text-[#9be032] bg-[#9be032]"
/* SCSS */
$brand: #9be032;
/* SwiftUI */
Color(red: 0.608, green: 0.878, blue: 0.196)
/* Android */
Color.parseColor("#9be032")Accessibility — WCAG contrast
Aa
#9be032 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9be032 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green87.8%
Blue19.6%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow77.7%
Key (black)12.2%
Color previews
#9be032 text on a black background
contrast 13.10:1
Card sample
#9be032 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9be032;
Background color
Panel with #9be032 background
background-color: #9be032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9be032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 224, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 224, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9be032; background: linear-gradient(135deg, #9be032, #32E03D);