#39481c
a deep, soft green · cool · closest name: darkslategray
RGB
57, 72, 28
HSL
81°, 44%, 20%
CMYK
21, 0, 61, 72
Luminance
0.0559
Every format
| HEX | #39481c |
| RGB | rgb(57, 72, 28) |
| HSL | hsl(81, 44%, 20%) |
| CMYK | cmyk(21%, 0%, 61%, 72%) |
| LAB | lab(28.4 -14.2 24.1) |
| LCH | lch(28.4 28.0 120.5) |
| OKLCH | oklch(0.377 0.069 125.3) |
Copy-ready code
/* CSS */
color: #39481c;
background-color: #39481c;
/* Tailwind (arbitrary) */
class="text-[#39481c] bg-[#39481c]"
/* SCSS */
$brand: #39481c;
/* SwiftUI */
Color(red: 0.224, green: 0.282, blue: 0.110)
/* Android */
Color.parseColor("#39481c")Accessibility — WCAG contrast
Aa
#39481c on white: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39481c on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green28.2%
Blue11.0%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow61.1%
Key (black)71.8%
Color previews
#39481c text on a black background
contrast 2.12:1
Card sample
#39481c text on a white background
contrast 9.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39481c;
Background color
Panel with #39481c background
background-color: #39481c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39481c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 72, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 72, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39481c; background: linear-gradient(135deg, #39481c, #1C481C);