#9bfa13
a balanced, electric green · cool · closest name: lime
RGB
155, 250, 19
HSL
85°, 96%, 53%
CMYK
38, 0, 92, 2
Luminance
0.7539
Every format
| HEX | #9bfa13 |
| RGB | rgb(155, 250, 19) |
| HSL | hsl(85, 96%, 53%) |
| CMYK | cmyk(38%, 0%, 92%, 2%) |
| LAB | lab(89.6 -57.4 84.4) |
| LCH | lch(89.6 102.1 124.2) |
| OKLCH | oklch(0.891 0.244 132.0) |
Copy-ready code
/* CSS */
color: #9bfa13;
background-color: #9bfa13;
/* Tailwind (arbitrary) */
class="text-[#9bfa13] bg-[#9bfa13]"
/* SCSS */
$brand: #9bfa13;
/* SwiftUI */
Color(red: 0.608, green: 0.980, blue: 0.075)
/* Android */
Color.parseColor("#9bfa13")Accessibility — WCAG contrast
Aa
#9bfa13 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfa13 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green98.0%
Blue7.5%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow92.4%
Key (black)2.0%
Color previews
#9bfa13 text on a black background
contrast 16.08:1
Card sample
#9bfa13 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfa13;
Background color
Panel with #9bfa13 background
background-color: #9bfa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 250, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 250, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfa13; background: linear-gradient(135deg, #9bfa13, #13FA25);