#392806
a deep, electric yellow · warm · closest name: black
RGB
57, 40, 6
HSL
40°, 81%, 12%
CMYK
0, 30, 90, 78
Luminance
0.0240
Every format
| HEX | #392806 |
| RGB | rgb(57, 40, 6) |
| HSL | hsl(40, 81%, 12%) |
| CMYK | cmyk(0%, 30%, 90%, 78%) |
| LAB | lab(17.5 4.0 22.9) |
| LCH | lch(17.5 23.2 80.0) |
| OKLCH | oklch(0.290 0.054 80.7) |
Copy-ready code
/* CSS */
color: #392806;
background-color: #392806;
/* Tailwind (arbitrary) */
class="text-[#392806] bg-[#392806]"
/* SCSS */
$brand: #392806;
/* SwiftUI */
Color(red: 0.224, green: 0.157, blue: 0.024)
/* Android */
Color.parseColor("#392806")Accessibility — WCAG contrast
Aa
#392806 on white: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392806 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green15.7%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow89.5%
Key (black)77.6%
Color previews
#392806 text on a black background
contrast 1.48:1
Card sample
#392806 text on a white background
contrast 14.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392806;
Background color
Panel with #392806 background
background-color: #392806;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392806;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 40, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 40, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392806; background: linear-gradient(135deg, #392806, #283906);