#57740c
a dark, electric green · cool · closest name: olivedrab
RGB
87, 116, 12
HSL
77°, 81%, 25%
CMYK
25, 0, 90, 55
Luminance
0.1454
Every format
| HEX | #57740c |
| RGB | rgb(87, 116, 12) |
| HSL | hsl(77, 81%, 25%) |
| CMYK | cmyk(25%, 0%, 90%, 55%) |
| LAB | lab(45.0 -25.0 47.5) |
| LCH | lch(45.0 53.7 117.8) |
| OKLCH | oklch(0.517 0.126 125.4) |
Copy-ready code
/* CSS */
color: #57740c;
background-color: #57740c;
/* Tailwind (arbitrary) */
class="text-[#57740c] bg-[#57740c]"
/* SCSS */
$brand: #57740c;
/* SwiftUI */
Color(red: 0.341, green: 0.455, blue: 0.047)
/* Android */
Color.parseColor("#57740c")Accessibility — WCAG contrast
Aa
#57740c on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#57740c on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green45.5%
Blue4.7%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow89.7%
Key (black)54.5%
Color previews
#57740c text on a black background
contrast 3.91:1
Card sample
#57740c text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57740c;
Background color
Panel with #57740c background
background-color: #57740c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57740c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 116, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 116, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57740c; background: linear-gradient(135deg, #57740c, #12740C);