#381c01
a deep, electric orange · warm · closest name: black
RGB
56, 28, 1
HSL
30°, 97%, 11%
CMYK
0, 50, 98, 78
Luminance
0.0167
Every format
| HEX | #381c01 |
| RGB | rgb(56, 28, 1) |
| HSL | hsl(30, 97%, 11%) |
| CMYK | cmyk(0%, 50%, 98%, 78%) |
| LAB | lab(13.7 11.3 20.1) |
| LCH | lch(13.7 23.1 60.6) |
| OKLCH | oklch(0.260 0.059 60.8) |
Copy-ready code
/* CSS */
color: #381c01;
background-color: #381c01;
/* Tailwind (arbitrary) */
class="text-[#381c01] bg-[#381c01]"
/* SCSS */
$brand: #381c01;
/* SwiftUI */
Color(red: 0.220, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#381c01")Accessibility — WCAG contrast
Aa
#381c01 on white: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381c01 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow98.2%
Key (black)78.0%
Color previews
#381c01 text on a black background
contrast 1.33:1
Card sample
#381c01 text on a white background
contrast 15.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381c01;
Background color
Panel with #381c01 background
background-color: #381c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381c01; background: linear-gradient(135deg, #381c01, #2F3801);