#9bec49
a balanced, electric green · cool · closest name: lime
RGB
155, 236, 73
HSL
90°, 81%, 61%
CMYK
34, 0, 69, 8
Luminance
0.6744
Every format
| HEX | #9bec49 |
| RGB | rgb(155, 236, 73) |
| HSL | hsl(90, 81%, 61%) |
| CMYK | cmyk(34%, 0%, 69%, 8%) |
| LAB | lab(85.7 -49.6 67.8) |
| LCH | lch(85.7 84.0 126.2) |
| OKLCH | oklch(0.860 0.207 132.3) |
Copy-ready code
/* CSS */
color: #9bec49;
background-color: #9bec49;
/* Tailwind (arbitrary) */
class="text-[#9bec49] bg-[#9bec49]"
/* SCSS */
$brand: #9bec49;
/* SwiftUI */
Color(red: 0.608, green: 0.925, blue: 0.286)
/* Android */
Color.parseColor("#9bec49")Accessibility — WCAG contrast
Aa
#9bec49 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bec49 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green92.5%
Blue28.6%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow69.1%
Key (black)7.5%
Color previews
#9bec49 text on a black background
contrast 14.49:1
Card sample
#9bec49 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bec49;
Background color
Panel with #9bec49 background
background-color: #9bec49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bec49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 236, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 236, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bec49; background: linear-gradient(135deg, #9bec49, #49EC64);