#5f663f
a dark, soft green · cool · closest name: gray
RGB
95, 102, 63
HSL
71°, 24%, 32%
CMYK
7, 0, 38, 60
Luminance
0.1229
Every format
| HEX | #5f663f |
| RGB | rgb(95, 102, 63) |
| HSL | hsl(71, 24%, 32%) |
| CMYK | cmyk(7%, 0%, 38%, 60%) |
| LAB | lab(41.7 -9.7 21.2) |
| LCH | lch(41.7 23.3 114.7) |
| OKLCH | oklch(0.494 0.059 116.9) |
Copy-ready code
/* CSS */
color: #5f663f;
background-color: #5f663f;
/* Tailwind (arbitrary) */
class="text-[#5f663f] bg-[#5f663f]"
/* SCSS */
$brand: #5f663f;
/* SwiftUI */
Color(red: 0.373, green: 0.400, blue: 0.247)
/* Android */
Color.parseColor("#5f663f")Accessibility — WCAG contrast
Aa
#5f663f on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f663f on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green40.0%
Blue24.7%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow38.2%
Key (black)60.0%
Color previews
#5f663f text on a black background
contrast 3.46:1
Card sample
#5f663f text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f663f;
Background color
Panel with #5f663f background
background-color: #5f663f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f663f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 102, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 102, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f663f; background: linear-gradient(135deg, #5f663f, #45663F);