#556644
a dark, soft green · cool · closest name: darkslategray
RGB
85, 102, 68
HSL
90°, 20%, 33%
CMYK
17, 0, 33, 60
Luminance
0.1185
Every format
| HEX | #556644 |
| RGB | rgb(85, 102, 68) |
| HSL | hsl(90, 20%, 33%) |
| CMYK | cmyk(17%, 0%, 33%, 60%) |
| LAB | lab(41.0 -13.2 17.2) |
| LCH | lch(41.0 21.7 127.6) |
| OKLCH | oklch(0.486 0.056 129.9) |
Copy-ready code
/* CSS */
color: #556644;
background-color: #556644;
/* Tailwind (arbitrary) */
class="text-[#556644] bg-[#556644]"
/* SCSS */
$brand: #556644;
/* SwiftUI */
Color(red: 0.333, green: 0.400, blue: 0.267)
/* Android */
Color.parseColor("#556644")Accessibility — WCAG contrast
Aa
#556644 on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#556644 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green40.0%
Blue26.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow33.3%
Key (black)60.0%
Color previews
#556644 text on a black background
contrast 3.37:1
Card sample
#556644 text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #556644;
Background color
Panel with #556644 background
background-color: #556644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #556644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 102, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 102, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #556644; background: linear-gradient(135deg, #556644, #44664A);