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