#381805
a deep, electric orange · warm · closest name: black
RGB
56, 24, 5
HSL
22°, 84%, 12%
CMYK
0, 57, 91, 78
Luminance
0.0150
Every format
| HEX | #381805 |
| RGB | rgb(56, 24, 5) |
| HSL | hsl(22, 84%, 12%) |
| CMYK | cmyk(0%, 57%, 91%, 78%) |
| LAB | lab(12.6 14.2 17.1) |
| LCH | lch(12.6 22.2 50.2) |
| OKLCH | oklch(0.252 0.059 48.9) |
Copy-ready code
/* CSS */
color: #381805;
background-color: #381805;
/* Tailwind (arbitrary) */
class="text-[#381805] bg-[#381805]"
/* SCSS */
$brand: #381805;
/* SwiftUI */
Color(red: 0.220, green: 0.094, blue: 0.020)
/* Android */
Color.parseColor("#381805")Accessibility — WCAG contrast
Aa
#381805 on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381805 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green9.4%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow91.1%
Key (black)78.0%
Color previews
#381805 text on a black background
contrast 1.30:1
Card sample
#381805 text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381805;
Background color
Panel with #381805 background
background-color: #381805;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381805;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 24, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 24, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381805; background: linear-gradient(135deg, #381805, #363805);