#381606
a deep, electric orange · warm · closest name: black
RGB
56, 22, 6
HSL
19°, 81%, 12%
CMYK
0, 61, 89, 78
Luminance
0.0143
Every format
| HEX | #381606 |
| RGB | rgb(56, 22, 6) |
| HSL | hsl(19, 81%, 12%) |
| CMYK | cmyk(0%, 61%, 89%, 78%) |
| LAB | lab(12.1 15.6 16.0) |
| LCH | lch(12.1 22.3 45.7) |
| OKLCH | oklch(0.248 0.060 44.3) |
Copy-ready code
/* CSS */
color: #381606;
background-color: #381606;
/* Tailwind (arbitrary) */
class="text-[#381606] bg-[#381606]"
/* SCSS */
$brand: #381606;
/* SwiftUI */
Color(red: 0.220, green: 0.086, blue: 0.024)
/* Android */
Color.parseColor("#381606")Accessibility — WCAG contrast
Aa
#381606 on white: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381606 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green8.6%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow89.3%
Key (black)78.0%
Color previews
#381606 text on a black background
contrast 1.29:1
Card sample
#381606 text on a white background
contrast 16.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381606;
Background color
Panel with #381606 background
background-color: #381606;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381606;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 22, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 22, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381606; background: linear-gradient(135deg, #381606, #383806);