#358607
a dark, electric green · cool · closest name: green
RGB
53, 134, 7
HSL
98°, 90%, 28%
CMYK
60, 0, 95, 48
Luminance
0.1782
Every format
| HEX | #358607 |
| RGB | rgb(53, 134, 7) |
| HSL | hsl(98, 90%, 28%) |
| CMYK | cmyk(60%, 0%, 95%, 48%) |
| LAB | lab(49.3 -45.1 51.4) |
| LCH | lch(49.3 68.4 131.3) |
| OKLCH | oklch(0.548 0.167 138.3) |
Copy-ready code
/* CSS */
color: #358607;
background-color: #358607;
/* Tailwind (arbitrary) */
class="text-[#358607] bg-[#358607]"
/* SCSS */
$brand: #358607;
/* SwiftUI */
Color(red: 0.208, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#358607")Accessibility — WCAG contrast
Aa
#358607 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#358607 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green52.5%
Blue2.7%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#358607 text on a black background
contrast 4.56:1
Card sample
#358607 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #358607;
Background color
Panel with #358607 background
background-color: #358607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #358607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #358607; background: linear-gradient(135deg, #358607, #07862E);