#9bf621
a balanced, electric green · cool · closest name: lime
RGB
155, 246, 33
HSL
86°, 92%, 55%
CMYK
37, 0, 87, 4
Luminance
0.7299
Every format
| HEX | #9bf621 |
| RGB | rgb(155, 246, 33) |
| HSL | hsl(86, 92%, 55%) |
| CMYK | cmyk(37%, 0%, 87%, 4%) |
| LAB | lab(88.4 -55.5 81.4) |
| LCH | lch(88.4 98.5 124.3) |
| OKLCH | oklch(0.882 0.237 131.8) |
Copy-ready code
/* CSS */
color: #9bf621;
background-color: #9bf621;
/* Tailwind (arbitrary) */
class="text-[#9bf621] bg-[#9bf621]"
/* SCSS */
$brand: #9bf621;
/* SwiftUI */
Color(red: 0.608, green: 0.965, blue: 0.129)
/* Android */
Color.parseColor("#9bf621")Accessibility — WCAG contrast
Aa
#9bf621 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bf621 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green96.5%
Blue12.9%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow86.6%
Key (black)3.5%
Color previews
#9bf621 text on a black background
contrast 15.60:1
Card sample
#9bf621 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bf621;
Background color
Panel with #9bf621 background
background-color: #9bf621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bf621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 246, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 246, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bf621; background: linear-gradient(135deg, #9bf621, #21F635);