#382016
a deep, soft orange · warm · closest name: black
RGB
56, 32, 22
HSL
18°, 44%, 15%
CMYK
0, 43, 61, 78
Luminance
0.0193
Every format
| HEX | #382016 |
| RGB | rgb(56, 32, 22) |
| HSL | hsl(18, 44%, 15%) |
| CMYK | cmyk(0%, 43%, 61%, 78%) |
| LAB | lab(15.1 10.3 11.6) |
| LCH | lch(15.1 15.5 48.5) |
| OKLCH | oklch(0.272 0.042 43.3) |
Copy-ready code
/* CSS */
color: #382016;
background-color: #382016;
/* Tailwind (arbitrary) */
class="text-[#382016] bg-[#382016]"
/* SCSS */
$brand: #382016;
/* SwiftUI */
Color(red: 0.220, green: 0.125, blue: 0.086)
/* Android */
Color.parseColor("#382016")Accessibility — WCAG contrast
Aa
#382016 on white: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382016 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.5%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow60.7%
Key (black)78.0%
Color previews
#382016 text on a black background
contrast 1.39:1
Card sample
#382016 text on a white background
contrast 15.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382016;
Background color
Panel with #382016 background
background-color: #382016;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382016;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 32, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 32, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382016; background: linear-gradient(135deg, #382016, #383716);