#556655
a dark, muted green · cool · closest name: darkslategray
RGB
85, 102, 85
HSL
120°, 9%, 37%
CMYK
17, 0, 17, 60
Luminance
0.1209
Every format
| HEX | #556655 |
| RGB | rgb(85, 102, 85) |
| HSL | hsl(120, 9%, 37%) |
| CMYK | cmyk(17%, 0%, 17%, 60%) |
| LAB | lab(41.4 -10.1 7.5) |
| LCH | lch(41.4 12.6 143.5) |
| OKLCH | oklch(0.491 0.034 145.0) |
Copy-ready code
/* CSS */
color: #556655;
background-color: #556655;
/* Tailwind (arbitrary) */
class="text-[#556655] bg-[#556655]"
/* SCSS */
$brand: #556655;
/* SwiftUI */
Color(red: 0.333, green: 0.400, blue: 0.333)
/* Android */
Color.parseColor("#556655")Accessibility — WCAG contrast
Aa
#556655 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#556655 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green40.0%
Blue33.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow16.7%
Key (black)60.0%
Color previews
#556655 text on a black background
contrast 3.42:1
Card sample
#556655 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #556655;
Background color
Panel with #556655 background
background-color: #556655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #556655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 102, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 102, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #556655; background: linear-gradient(135deg, #556655, #556660);