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