#5fb607
a dark, electric green · cool · closest name: green
RGB
95, 182, 7
HSL
90°, 93%, 37%
CMYK
48, 0, 96, 29
Luminance
0.3590
Every format
| HEX | #5fb607 |
| RGB | rgb(95, 182, 7) |
| HSL | hsl(90, 93%, 37%) |
| CMYK | cmyk(48%, 0%, 96%, 29%) |
| LAB | lab(66.5 -50.8 66.0) |
| LCH | lch(66.5 83.3 127.6) |
| OKLCH | oklch(0.694 0.201 135.1) |
Copy-ready code
/* CSS */
color: #5fb607;
background-color: #5fb607;
/* Tailwind (arbitrary) */
class="text-[#5fb607] bg-[#5fb607]"
/* SCSS */
$brand: #5fb607;
/* SwiftUI */
Color(red: 0.373, green: 0.714, blue: 0.027)
/* Android */
Color.parseColor("#5fb607")Accessibility — WCAG contrast
Aa
#5fb607 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fb607 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green71.4%
Blue2.7%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow96.2%
Key (black)28.6%
Color previews
#5fb607 text on a black background
contrast 8.18:1
Card sample
#5fb607 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fb607;
Background color
Panel with #5fb607 background
background-color: #5fb607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fb607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 182, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 182, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fb607; background: linear-gradient(135deg, #5fb607, #07B624);