#381908
a deep, electric orange · warm · closest name: black
RGB
56, 25, 8
HSL
21°, 75%, 13%
CMYK
0, 55, 86, 78
Luminance
0.0155
Every format
| HEX | #381908 |
| RGB | rgb(56, 25, 8) |
| HSL | hsl(21, 75%, 13%) |
| CMYK | cmyk(0%, 55%, 86%, 78%) |
| LAB | lab(12.9 13.8 16.3) |
| LCH | lch(12.9 21.3 49.7) |
| OKLCH | oklch(0.255 0.056 47.3) |
Copy-ready code
/* CSS */
color: #381908;
background-color: #381908;
/* Tailwind (arbitrary) */
class="text-[#381908] bg-[#381908]"
/* SCSS */
$brand: #381908;
/* SwiftUI */
Color(red: 0.220, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#381908")Accessibility — WCAG contrast
Aa
#381908 on white: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381908 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow85.7%
Key (black)78.0%
Color previews
#381908 text on a black background
contrast 1.31:1
Card sample
#381908 text on a white background
contrast 16.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381908;
Background color
Panel with #381908 background
background-color: #381908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381908; background: linear-gradient(135deg, #381908, #373808);