#39381f
a deep, soft yellow · cool · closest name: darkslategray
RGB
57, 56, 31
HSL
58°, 30%, 17%
CMYK
0, 2, 46, 78
Luminance
0.0380
Every format
| HEX | #39381f |
| RGB | rgb(57, 56, 31) |
| HSL | hsl(58, 30%, 17%) |
| CMYK | cmyk(0%, 2%, 46%, 78%) |
| LAB | lab(23.0 -4.1 15.8) |
| LCH | lch(23.0 16.3 104.7) |
| OKLCH | oklch(0.335 0.040 106.4) |
Copy-ready code
/* CSS */
color: #39381f;
background-color: #39381f;
/* Tailwind (arbitrary) */
class="text-[#39381f] bg-[#39381f]"
/* SCSS */
$brand: #39381f;
/* SwiftUI */
Color(red: 0.224, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#39381f")Accessibility — WCAG contrast
Aa
#39381f on white: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39381f on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow45.6%
Key (black)77.6%
Color previews
#39381f text on a black background
contrast 1.76:1
Card sample
#39381f text on a white background
contrast 11.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39381f;
Background color
Panel with #39381f background
background-color: #39381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39381f; background: linear-gradient(135deg, #39381f, #29391F);