#381a05
a deep, electric orange · warm · closest name: black
RGB
56, 26, 5
HSL
25°, 84%, 12%
CMYK
0, 54, 91, 78
Luminance
0.0159
Every format
| HEX | #381a05 |
| RGB | rgb(56, 26, 5) |
| HSL | hsl(25, 84%, 12%) |
| CMYK | cmyk(0%, 54%, 91%, 78%) |
| LAB | lab(13.2 12.9 17.8) |
| LCH | lch(13.2 22.0 54.0) |
| OKLCH | oklch(0.256 0.057 52.6) |
Copy-ready code
/* CSS */
color: #381a05;
background-color: #381a05;
/* Tailwind (arbitrary) */
class="text-[#381a05] bg-[#381a05]"
/* SCSS */
$brand: #381a05;
/* SwiftUI */
Color(red: 0.220, green: 0.102, blue: 0.020)
/* Android */
Color.parseColor("#381a05")Accessibility — WCAG contrast
Aa
#381a05 on white: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381a05 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green10.2%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow91.1%
Key (black)78.0%
Color previews
#381a05 text on a black background
contrast 1.32:1
Card sample
#381a05 text on a white background
contrast 15.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381a05;
Background color
Panel with #381a05 background
background-color: #381a05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381a05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 26, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 26, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381a05; background: linear-gradient(135deg, #381a05, #343805);