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