#5f663d
a dark, soft green · cool · closest name: gray
RGB
95, 102, 61
HSL
70°, 25%, 32%
CMYK
7, 0, 40, 60
Luminance
0.1227
Every format
| HEX | #5f663d |
| RGB | rgb(95, 102, 61) |
| HSL | hsl(70, 25%, 32%) |
| CMYK | cmyk(7%, 0%, 40%, 60%) |
| LAB | lab(41.6 -10.0 22.3) |
| LCH | lch(41.6 24.4 114.2) |
| OKLCH | oklch(0.493 0.061 116.6) |
Copy-ready code
/* CSS */
color: #5f663d;
background-color: #5f663d;
/* Tailwind (arbitrary) */
class="text-[#5f663d] bg-[#5f663d]"
/* SCSS */
$brand: #5f663d;
/* SwiftUI */
Color(red: 0.373, green: 0.400, blue: 0.239)
/* Android */
Color.parseColor("#5f663d")Accessibility — WCAG contrast
Aa
#5f663d on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f663d on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green40.0%
Blue23.9%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow40.2%
Key (black)60.0%
Color previews
#5f663d text on a black background
contrast 3.45:1
Card sample
#5f663d text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f663d;
Background color
Panel with #5f663d background
background-color: #5f663d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f663d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 102, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 102, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f663d; background: linear-gradient(135deg, #5f663d, #44663D);