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