#3f481f
a deep, soft green · cool · closest name: darkslategray
RGB
63, 72, 31
HSL
73°, 40%, 20%
CMYK
13, 0, 57, 72
Luminance
0.0579
Every format
| HEX | #3f481f |
| RGB | rgb(63, 72, 31) |
| HSL | hsl(73, 40%, 20%) |
| CMYK | cmyk(13%, 0%, 57%, 72%) |
| LAB | lab(28.9 -11.0 23.1) |
| LCH | lch(28.9 25.6 115.5) |
| OKLCH | oklch(0.383 0.063 119.7) |
Copy-ready code
/* CSS */
color: #3f481f;
background-color: #3f481f;
/* Tailwind (arbitrary) */
class="text-[#3f481f] bg-[#3f481f]"
/* SCSS */
$brand: #3f481f;
/* SwiftUI */
Color(red: 0.247, green: 0.282, blue: 0.122)
/* Android */
Color.parseColor("#3f481f")Accessibility — WCAG contrast
Aa
#3f481f on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f481f on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green28.2%
Blue12.2%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow56.9%
Key (black)71.8%
Color previews
#3f481f text on a black background
contrast 2.16:1
Card sample
#3f481f text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f481f;
Background color
Panel with #3f481f background
background-color: #3f481f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f481f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 72, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 72, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f481f; background: linear-gradient(135deg, #3f481f, #24481F);