#381f0b
a deep, vivid orange · warm · closest name: black
RGB
56, 31, 11
HSL
27°, 67%, 13%
CMYK
0, 45, 80, 78
Luminance
0.0184
Every format
| HEX | #381f0b |
| RGB | rgb(56, 31, 11) |
| HSL | hsl(27, 67%, 13%) |
| CMYK | cmyk(0%, 45%, 80%, 78%) |
| LAB | lab(14.7 10.0 17.3) |
| LCH | lch(14.7 19.9 60.0) |
| OKLCH | oklch(0.268 0.050 57.0) |
Copy-ready code
/* CSS */
color: #381f0b;
background-color: #381f0b;
/* Tailwind (arbitrary) */
class="text-[#381f0b] bg-[#381f0b]"
/* SCSS */
$brand: #381f0b;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.043)
/* Android */
Color.parseColor("#381f0b")Accessibility — WCAG contrast
Aa
#381f0b on white: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f0b on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow80.4%
Key (black)78.0%
Color previews
#381f0b text on a black background
contrast 1.37:1
Card sample
#381f0b text on a white background
contrast 15.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f0b;
Background color
Panel with #381f0b background
background-color: #381f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f0b; background: linear-gradient(135deg, #381f0b, #33380B);