#4fbc06
a dark, electric green · cool · closest name: green
RGB
79, 188, 6
HSL
96°, 94%, 38%
CMYK
58, 0, 97, 26
Luminance
0.3764
Every format
| HEX | #4fbc06 |
| RGB | rgb(79, 188, 6) |
| HSL | hsl(96, 94%, 38%) |
| CMYK | cmyk(58%, 0%, 97%, 26%) |
| LAB | lab(67.8 -57.6 67.0) |
| LCH | lch(67.8 88.3 130.7) |
| OKLCH | oklch(0.703 0.215 137.9) |
Copy-ready code
/* CSS */
color: #4fbc06;
background-color: #4fbc06;
/* Tailwind (arbitrary) */
class="text-[#4fbc06] bg-[#4fbc06]"
/* SCSS */
$brand: #4fbc06;
/* SwiftUI */
Color(red: 0.310, green: 0.737, blue: 0.024)
/* Android */
Color.parseColor("#4fbc06")Accessibility — WCAG contrast
Aa
#4fbc06 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbc06 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green73.7%
Blue2.4%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow96.8%
Key (black)26.3%
Color previews
#4fbc06 text on a black background
contrast 8.53:1
Card sample
#4fbc06 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbc06;
Background color
Panel with #4fbc06 background
background-color: #4fbc06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbc06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 188, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 188, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbc06; background: linear-gradient(135deg, #4fbc06, #06BC36);