#39331d
a deep, soft yellow · cool · closest name: darkslategray
RGB
57, 51, 29
HSL
47°, 33%, 17%
CMYK
0, 11, 49, 78
Luminance
0.0333
Every format
| HEX | #39331d |
| RGB | rgb(57, 51, 29) |
| HSL | hsl(47, 33%, 17%) |
| CMYK | cmyk(0%, 11%, 49%, 78%) |
| LAB | lab(21.3 -1.2 14.9) |
| LCH | lch(21.3 15.0 94.5) |
| OKLCH | oklch(0.321 0.036 94.7) |
Copy-ready code
/* CSS */
color: #39331d;
background-color: #39331d;
/* Tailwind (arbitrary) */
class="text-[#39331d] bg-[#39331d]"
/* SCSS */
$brand: #39331d;
/* SwiftUI */
Color(red: 0.224, green: 0.200, blue: 0.114)
/* Android */
Color.parseColor("#39331d")Accessibility — WCAG contrast
Aa
#39331d on white: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39331d on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green20.0%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow49.1%
Key (black)77.6%
Color previews
#39331d text on a black background
contrast 1.67:1
Card sample
#39331d text on a white background
contrast 12.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39331d;
Background color
Panel with #39331d background
background-color: #39331d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39331d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 51, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 51, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39331d; background: linear-gradient(135deg, #39331d, #2C391D);