#381a0f
a deep, vivid orange · warm · closest name: black
RGB
56, 26, 15
HSL
16°, 58%, 14%
CMYK
0, 54, 73, 78
Luminance
0.0161
Every format
| HEX | #381a0f |
| RGB | rgb(56, 26, 15) |
| HSL | hsl(16, 58%, 14%) |
| CMYK | cmyk(0%, 54%, 73%, 78%) |
| LAB | lab(13.3 13.6 13.6) |
| LCH | lch(13.3 19.3 44.9) |
| OKLCH | oklch(0.258 0.051 40.6) |
Copy-ready code
/* CSS */
color: #381a0f;
background-color: #381a0f;
/* Tailwind (arbitrary) */
class="text-[#381a0f] bg-[#381a0f]"
/* SCSS */
$brand: #381a0f;
/* SwiftUI */
Color(red: 0.220, green: 0.102, blue: 0.059)
/* Android */
Color.parseColor("#381a0f")Accessibility — WCAG contrast
Aa
#381a0f on white: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381a0f on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green10.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow73.2%
Key (black)78.0%
Color previews
#381a0f text on a black background
contrast 1.32:1
Card sample
#381a0f text on a white background
contrast 15.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381a0f;
Background color
Panel with #381a0f background
background-color: #381a0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381a0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 26, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 26, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381a0f; background: linear-gradient(135deg, #381a0f, #38350F);