#557711
a dark, electric green · cool · closest name: olivedrab
RGB
85, 119, 17
HSL
80°, 75%, 27%
CMYK
29, 0, 86, 53
Luminance
0.1517
Every format
| HEX | #557711 |
| RGB | rgb(85, 119, 17) |
| HSL | hsl(80, 75%, 27%) |
| CMYK | cmyk(29%, 0%, 86%, 53%) |
| LAB | lab(45.9 -27.1 46.9) |
| LCH | lch(45.9 54.2 120.1) |
| OKLCH | oklch(0.524 0.129 127.5) |
Copy-ready code
/* CSS */
color: #557711;
background-color: #557711;
/* Tailwind (arbitrary) */
class="text-[#557711] bg-[#557711]"
/* SCSS */
$brand: #557711;
/* SwiftUI */
Color(red: 0.333, green: 0.467, blue: 0.067)
/* Android */
Color.parseColor("#557711")Accessibility — WCAG contrast
Aa
#557711 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#557711 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green46.7%
Blue6.7%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow85.7%
Key (black)53.3%
Color previews
#557711 text on a black background
contrast 4.03:1
Card sample
#557711 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #557711;
Background color
Panel with #557711 background
background-color: #557711;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #557711;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 119, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 119, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #557711; background: linear-gradient(135deg, #557711, #117711);