#382821
a deep, soft orange · warm · closest name: black
RGB
56, 40, 33
HSL
18°, 26%, 18%
CMYK
0, 29, 41, 78
Luminance
0.0247
Every format
| HEX | #382821 |
| RGB | rgb(56, 40, 33) |
| HSL | hsl(18, 26%, 18%) |
| CMYK | cmyk(0%, 29%, 41%, 78%) |
| LAB | lab(17.8 6.3 7.5) |
| LCH | lch(17.8 9.8 50.0) |
| OKLCH | oklch(0.293 0.027 44.7) |
Copy-ready code
/* CSS */
color: #382821;
background-color: #382821;
/* Tailwind (arbitrary) */
class="text-[#382821] bg-[#382821]"
/* SCSS */
$brand: #382821;
/* SwiftUI */
Color(red: 0.220, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#382821")Accessibility — WCAG contrast
Aa
#382821 on white: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382821 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow41.1%
Key (black)78.0%
Color previews
#382821 text on a black background
contrast 1.49:1
Card sample
#382821 text on a white background
contrast 14.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382821;
Background color
Panel with #382821 background
background-color: #382821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382821; background: linear-gradient(135deg, #382821, #383721);