#382913
a deep, vivid orange · warm · closest name: black
RGB
56, 41, 19
HSL
36°, 49%, 15%
CMYK
0, 27, 66, 78
Luminance
0.0247
Every format
| HEX | #382913 |
| RGB | rgb(56, 41, 19) |
| HSL | hsl(36, 49%, 15%) |
| CMYK | cmyk(0%, 27%, 66%, 78%) |
| LAB | lab(17.8 3.8 17.0) |
| LCH | lch(17.8 17.4 77.3) |
| OKLCH | oklch(0.293 0.041 75.5) |
Copy-ready code
/* CSS */
color: #382913;
background-color: #382913;
/* Tailwind (arbitrary) */
class="text-[#382913] bg-[#382913]"
/* SCSS */
$brand: #382913;
/* SwiftUI */
Color(red: 0.220, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#382913")Accessibility — WCAG contrast
Aa
#382913 on white: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382913 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow66.1%
Key (black)78.0%
Color previews
#382913 text on a black background
contrast 1.49:1
Card sample
#382913 text on a white background
contrast 14.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382913;
Background color
Panel with #382913 background
background-color: #382913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382913; background: linear-gradient(135deg, #382913, #2E3813);