#9be607
a balanced, electric green · cool · closest name: yellow
RGB
155, 230, 7
HSL
80°, 94%, 47%
CMYK
33, 0, 97, 10
Luminance
0.6358
Every format
| HEX | #9be607 |
| RGB | rgb(155, 230, 7) |
| HSL | hsl(80, 94%, 47%) |
| CMYK | cmyk(33%, 0%, 97%, 10%) |
| LAB | lab(83.7 -49.5 80.9) |
| LCH | lch(83.7 94.9 121.5) |
| OKLCH | oklch(0.843 0.224 129.5) |
Copy-ready code
/* CSS */
color: #9be607;
background-color: #9be607;
/* Tailwind (arbitrary) */
class="text-[#9be607] bg-[#9be607]"
/* SCSS */
$brand: #9be607;
/* SwiftUI */
Color(red: 0.608, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#9be607")Accessibility — WCAG contrast
Aa
#9be607 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9be607 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green90.2%
Blue2.7%
CMYK percentages
Cyan32.6%
Magenta0.0%
Yellow97.0%
Key (black)9.8%
Color previews
#9be607 text on a black background
contrast 13.72:1
Card sample
#9be607 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9be607;
Background color
Panel with #9be607 background
background-color: #9be607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9be607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9be607; background: linear-gradient(135deg, #9be607, #07E608);