#3f452f
a deep, soft green · cool · closest name: darkslategray
RGB
63, 69, 47
HSL
76°, 19%, 23%
CMYK
9, 0, 32, 73
Luminance
0.0552
Every format
| HEX | #3f452f |
| RGB | rgb(63, 69, 47) |
| HSL | hsl(76, 19%, 23%) |
| CMYK | cmyk(9%, 0%, 32%, 73%) |
| LAB | lab(28.2 -7.0 12.5) |
| LCH | lch(28.2 14.3 119.1) |
| OKLCH | oklch(0.378 0.036 120.6) |
Copy-ready code
/* CSS */
color: #3f452f;
background-color: #3f452f;
/* Tailwind (arbitrary) */
class="text-[#3f452f] bg-[#3f452f]"
/* SCSS */
$brand: #3f452f;
/* SwiftUI */
Color(red: 0.247, green: 0.271, blue: 0.184)
/* Android */
Color.parseColor("#3f452f")Accessibility — WCAG contrast
Aa
#3f452f on white: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f452f on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green27.1%
Blue18.4%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow31.9%
Key (black)72.9%
Color previews
#3f452f text on a black background
contrast 2.10:1
Card sample
#3f452f text on a white background
contrast 9.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f452f;
Background color
Panel with #3f452f background
background-color: #3f452f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f452f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 69, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 69, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f452f; background: linear-gradient(135deg, #3f452f, #30452F);