#57750c
a dark, electric green · cool · closest name: olivedrab
RGB
87, 117, 12
HSL
77°, 81%, 25%
CMYK
26, 0, 90, 54
Luminance
0.1478
Every format
| HEX | #57750c |
| RGB | rgb(87, 117, 12) |
| HSL | hsl(77, 81%, 25%) |
| CMYK | cmyk(26%, 0%, 90%, 54%) |
| LAB | lab(45.3 -25.5 47.7) |
| LCH | lch(45.3 54.1 118.1) |
| OKLCH | oklch(0.520 0.127 125.8) |
Copy-ready code
/* CSS */
color: #57750c;
background-color: #57750c;
/* Tailwind (arbitrary) */
class="text-[#57750c] bg-[#57750c]"
/* SCSS */
$brand: #57750c;
/* SwiftUI */
Color(red: 0.341, green: 0.459, blue: 0.047)
/* Android */
Color.parseColor("#57750c")Accessibility — WCAG contrast
Aa
#57750c on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#57750c on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green45.9%
Blue4.7%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow89.7%
Key (black)54.1%
Color previews
#57750c text on a black background
contrast 3.96:1
Card sample
#57750c text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57750c;
Background color
Panel with #57750c background
background-color: #57750c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57750c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 117, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 117, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57750c; background: linear-gradient(135deg, #57750c, #11750C);