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