#382106
a deep, electric orange · warm · closest name: black
RGB
56, 33, 6
HSL
32°, 81%, 12%
CMYK
0, 41, 89, 78
Luminance
0.0194
Every format
| HEX | #382106 |
| RGB | rgb(56, 33, 6) |
| HSL | hsl(32, 81%, 12%) |
| CMYK | cmyk(0%, 41%, 89%, 78%) |
| LAB | lab(15.2 8.3 20.0) |
| LCH | lch(15.2 21.6 67.5) |
| OKLCH | oklch(0.272 0.053 66.4) |
Copy-ready code
/* CSS */
color: #382106;
background-color: #382106;
/* Tailwind (arbitrary) */
class="text-[#382106] bg-[#382106]"
/* SCSS */
$brand: #382106;
/* SwiftUI */
Color(red: 0.220, green: 0.129, blue: 0.024)
/* Android */
Color.parseColor("#382106")Accessibility — WCAG contrast
Aa
#382106 on white: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382106 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.9%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow89.3%
Key (black)78.0%
Color previews
#382106 text on a black background
contrast 1.39:1
Card sample
#382106 text on a white background
contrast 15.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382106;
Background color
Panel with #382106 background
background-color: #382106;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382106;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 33, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 33, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382106; background: linear-gradient(135deg, #382106, #2E3806);