#3f552b
a dark, soft green · cool · closest name: darkslategray
RGB
63, 85, 43
HSL
91°, 33%, 25%
CMYK
26, 0, 49, 67
Luminance
0.0773
Every format
| HEX | #3f552b |
| RGB | rgb(63, 85, 43) |
| HSL | hsl(91, 33%, 25%) |
| CMYK | cmyk(26%, 0%, 49%, 67%) |
| LAB | lab(33.4 -16.9 21.8) |
| LCH | lch(33.4 27.5 127.8) |
| OKLCH | oklch(0.420 0.070 131.5) |
Copy-ready code
/* CSS */
color: #3f552b;
background-color: #3f552b;
/* Tailwind (arbitrary) */
class="text-[#3f552b] bg-[#3f552b]"
/* SCSS */
$brand: #3f552b;
/* SwiftUI */
Color(red: 0.247, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#3f552b")Accessibility — WCAG contrast
Aa
#3f552b on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f552b on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green33.3%
Blue16.9%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#3f552b text on a black background
contrast 2.55:1
Card sample
#3f552b text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f552b;
Background color
Panel with #3f552b background
background-color: #3f552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f552b; background: linear-gradient(135deg, #3f552b, #2B5533);