#382905
a deep, electric yellow · warm · closest name: black
RGB
56, 41, 5
HSL
42°, 84%, 12%
CMYK
0, 27, 91, 78
Luminance
0.0244
Every format
| HEX | #382905 |
| RGB | rgb(56, 41, 5) |
| HSL | hsl(42, 84%, 12%) |
| CMYK | cmyk(0%, 27%, 91%, 78%) |
| LAB | lab(17.6 2.8 23.5) |
| LCH | lch(17.6 23.6 83.3) |
| OKLCH | oklch(0.291 0.055 84.9) |
Copy-ready code
/* CSS */
color: #382905;
background-color: #382905;
/* Tailwind (arbitrary) */
class="text-[#382905] bg-[#382905]"
/* SCSS */
$brand: #382905;
/* SwiftUI */
Color(red: 0.220, green: 0.161, blue: 0.020)
/* Android */
Color.parseColor("#382905")Accessibility — WCAG contrast
Aa
#382905 on white: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382905 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green16.1%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow91.1%
Key (black)78.0%
Color previews
#382905 text on a black background
contrast 1.49:1
Card sample
#382905 text on a white background
contrast 14.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382905;
Background color
Panel with #382905 background
background-color: #382905;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382905;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 41, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 41, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382905; background: linear-gradient(135deg, #382905, #253805);