#47850a
a dark, electric green · cool · closest name: olivedrab
RGB
71, 133, 10
HSL
90°, 86%, 28%
CMYK
47, 0, 93, 48
Luminance
0.1814
Every format
| HEX | #47850a |
| RGB | rgb(71, 133, 10) |
| HSL | hsl(90, 86%, 28%) |
| CMYK | cmyk(47%, 0%, 93%, 48%) |
| LAB | lab(49.7 -39.1 51.5) |
| LCH | lch(49.7 64.6 127.2) |
| OKLCH | oklch(0.553 0.157 134.6) |
Copy-ready code
/* CSS */
color: #47850a;
background-color: #47850a;
/* Tailwind (arbitrary) */
class="text-[#47850a] bg-[#47850a]"
/* SCSS */
$brand: #47850a;
/* SwiftUI */
Color(red: 0.278, green: 0.522, blue: 0.039)
/* Android */
Color.parseColor("#47850a")Accessibility — WCAG contrast
Aa
#47850a on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#47850a on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green52.2%
Blue3.9%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow92.5%
Key (black)47.8%
Color previews
#47850a text on a black background
contrast 4.63:1
Card sample
#47850a text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47850a;
Background color
Panel with #47850a background
background-color: #47850a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47850a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 133, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 133, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47850a; background: linear-gradient(135deg, #47850a, #0A851F);