#358708
a dark, electric green · cool · closest name: green
RGB
53, 135, 8
HSL
99°, 89%, 28%
CMYK
61, 0, 94, 47
Luminance
0.1810
Every format
| HEX | #358708 |
| RGB | rgb(53, 135, 8) |
| HSL | hsl(99, 89%, 28%) |
| CMYK | cmyk(61%, 0%, 94%, 47%) |
| LAB | lab(49.6 -45.4 51.5) |
| LCH | lch(49.6 68.7 131.4) |
| OKLCH | oklch(0.551 0.168 138.4) |
Copy-ready code
/* CSS */
color: #358708;
background-color: #358708;
/* Tailwind (arbitrary) */
class="text-[#358708] bg-[#358708]"
/* SCSS */
$brand: #358708;
/* SwiftUI */
Color(red: 0.208, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#358708")Accessibility — WCAG contrast
Aa
#358708 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#358708 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green52.9%
Blue3.1%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow94.1%
Key (black)47.1%
Color previews
#358708 text on a black background
contrast 4.62:1
Card sample
#358708 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #358708;
Background color
Panel with #358708 background
background-color: #358708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #358708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #358708; background: linear-gradient(135deg, #358708, #088730);