#9beb38
a balanced, electric green · cool · closest name: lime
RGB
155, 235, 56
HSL
87°, 82%, 57%
CMYK
34, 0, 76, 8
Luminance
0.6667
Every format
| HEX | #9beb38 |
| RGB | rgb(155, 235, 56) |
| HSL | hsl(87, 82%, 57%) |
| CMYK | cmyk(34%, 0%, 76%, 8%) |
| LAB | lab(85.3 -50.2 73.1) |
| LCH | lch(85.3 88.6 124.5) |
| OKLCH | oklch(0.857 0.216 131.3) |
Copy-ready code
/* CSS */
color: #9beb38;
background-color: #9beb38;
/* Tailwind (arbitrary) */
class="text-[#9beb38] bg-[#9beb38]"
/* SCSS */
$brand: #9beb38;
/* SwiftUI */
Color(red: 0.608, green: 0.922, blue: 0.220)
/* Android */
Color.parseColor("#9beb38")Accessibility — WCAG contrast
Aa
#9beb38 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9beb38 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green92.2%
Blue22.0%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow76.2%
Key (black)7.8%
Color previews
#9beb38 text on a black background
contrast 14.33:1
Card sample
#9beb38 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9beb38;
Background color
Panel with #9beb38 background
background-color: #9beb38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9beb38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 235, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 235, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9beb38; background: linear-gradient(135deg, #9beb38, #38EB4C);