#9bf268
a light, electric green · cool · closest name: forestgreen
RGB
155, 242, 104
HSL
98°, 84%, 68%
CMYK
36, 0, 57, 5
Luminance
0.7147
Every format
| HEX | #9bf268 |
| RGB | rgb(155, 242, 104) |
| HSL | hsl(98, 84%, 68%) |
| CMYK | cmyk(36%, 0%, 57%, 5%) |
| LAB | lab(87.7 -49.5 57.4) |
| LCH | lch(87.7 75.8 130.8) |
| OKLCH | oklch(0.877 0.192 135.5) |
Copy-ready code
/* CSS */
color: #9bf268;
background-color: #9bf268;
/* Tailwind (arbitrary) */
class="text-[#9bf268] bg-[#9bf268]"
/* SCSS */
$brand: #9bf268;
/* SwiftUI */
Color(red: 0.608, green: 0.949, blue: 0.408)
/* Android */
Color.parseColor("#9bf268")Accessibility — WCAG contrast
Aa
#9bf268 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bf268 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green94.9%
Blue40.8%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow57.0%
Key (black)5.1%
Color previews
#9bf268 text on a black background
contrast 15.29:1
Card sample
#9bf268 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bf268;
Background color
Panel with #9bf268 background
background-color: #9bf268;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bf268;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 242, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 242, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bf268; background: linear-gradient(135deg, #9bf268, #68F291);