#5e6655
a dark, muted green · cool · closest name: gray
RGB
94, 102, 85
HSL
88°, 9%, 37%
CMYK
8, 0, 17, 60
Luminance
0.1254
Every format
| HEX | #5e6655 |
| RGB | rgb(94, 102, 85) |
| HSL | hsl(88, 9%, 37%) |
| CMYK | cmyk(8%, 0%, 17%, 60%) |
| LAB | lab(42.1 -6.5 8.6) |
| LCH | lch(42.1 10.8 127.3) |
| OKLCH | oklch(0.498 0.028 128.0) |
Copy-ready code
/* CSS */
color: #5e6655;
background-color: #5e6655;
/* Tailwind (arbitrary) */
class="text-[#5e6655] bg-[#5e6655]"
/* SCSS */
$brand: #5e6655;
/* SwiftUI */
Color(red: 0.369, green: 0.400, blue: 0.333)
/* Android */
Color.parseColor("#5e6655")Accessibility — WCAG contrast
Aa
#5e6655 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5e6655 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green40.0%
Blue33.3%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow16.7%
Key (black)60.0%
Color previews
#5e6655 text on a black background
contrast 3.51:1
Card sample
#5e6655 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e6655;
Background color
Panel with #5e6655 background
background-color: #5e6655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e6655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 102, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 102, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e6655; background: linear-gradient(135deg, #5e6655, #556657);