#478607
a dark, electric green · cool · closest name: forestgreen
RGB
71, 134, 7
HSL
90°, 90%, 28%
CMYK
47, 0, 95, 48
Luminance
0.1841
Every format
| HEX | #478607 |
| RGB | rgb(71, 134, 7) |
| HSL | hsl(90, 90%, 28%) |
| CMYK | cmyk(47%, 0%, 95%, 48%) |
| LAB | lab(50.0 -39.6 52.3) |
| LCH | lch(50.0 65.5 127.1) |
| OKLCH | oklch(0.556 0.159 134.6) |
Copy-ready code
/* CSS */
color: #478607;
background-color: #478607;
/* Tailwind (arbitrary) */
class="text-[#478607] bg-[#478607]"
/* SCSS */
$brand: #478607;
/* SwiftUI */
Color(red: 0.278, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#478607")Accessibility — WCAG contrast
Aa
#478607 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#478607 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green52.5%
Blue2.7%
CMYK percentages
Cyan47.0%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#478607 text on a black background
contrast 4.68:1
Card sample
#478607 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478607;
Background color
Panel with #478607 background
background-color: #478607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478607; background: linear-gradient(135deg, #478607, #07861C);