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