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