#3f9502
a dark, electric green · cool · closest name: green
RGB
63, 149, 2
HSL
95°, 97%, 30%
CMYK
58, 0, 99, 42
Luminance
0.2256
Every format
| HEX | #3f9502 |
| RGB | rgb(63, 149, 2) |
| HSL | hsl(95, 97%, 30%) |
| CMYK | cmyk(58%, 0%, 99%, 42%) |
| LAB | lab(54.6 -48.0 56.8) |
| LCH | lch(54.6 74.3 130.2) |
| OKLCH | oklch(0.593 0.181 137.5) |
Copy-ready code
/* CSS */
color: #3f9502;
background-color: #3f9502;
/* Tailwind (arbitrary) */
class="text-[#3f9502] bg-[#3f9502]"
/* SCSS */
$brand: #3f9502;
/* SwiftUI */
Color(red: 0.247, green: 0.584, blue: 0.008)
/* Android */
Color.parseColor("#3f9502")Accessibility — WCAG contrast
Aa
#3f9502 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f9502 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green58.4%
Blue0.8%
CMYK percentages
Cyan57.7%
Magenta0.0%
Yellow98.7%
Key (black)41.6%
Color previews
#3f9502 text on a black background
contrast 5.51:1
Card sample
#3f9502 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f9502;
Background color
Panel with #3f9502 background
background-color: #3f9502;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f9502;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 149, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 149, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f9502; background: linear-gradient(135deg, #3f9502, #029527);