#381c05
a deep, electric orange · warm · closest name: black
RGB
56, 28, 5
HSL
27°, 84%, 12%
CMYK
0, 50, 91, 78
Luminance
0.0168
Every format
| HEX | #381c05 |
| RGB | rgb(56, 28, 5) |
| HSL | hsl(27, 84%, 12%) |
| CMYK | cmyk(0%, 50%, 91%, 78%) |
| LAB | lab(13.7 11.6 18.5) |
| LCH | lch(13.7 21.9 58.0) |
| OKLCH | oklch(0.261 0.056 56.6) |
Copy-ready code
/* CSS */
color: #381c05;
background-color: #381c05;
/* Tailwind (arbitrary) */
class="text-[#381c05] bg-[#381c05]"
/* SCSS */
$brand: #381c05;
/* SwiftUI */
Color(red: 0.220, green: 0.110, blue: 0.020)
/* Android */
Color.parseColor("#381c05")Accessibility — WCAG contrast
Aa
#381c05 on white: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381c05 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green11.0%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow91.1%
Key (black)78.0%
Color previews
#381c05 text on a black background
contrast 1.34:1
Card sample
#381c05 text on a white background
contrast 15.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381c05;
Background color
Panel with #381c05 background
background-color: #381c05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381c05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 28, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 28, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381c05; background: linear-gradient(135deg, #381c05, #323805);