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