#372821
a deep, soft orange · warm · closest name: black
RGB
55, 40, 33
HSL
19°, 25%, 17%
CMYK
0, 27, 40, 78
Luminance
0.0244
Every format
| HEX | #372821 |
| RGB | rgb(55, 40, 33) |
| HSL | hsl(19, 25%, 17%) |
| CMYK | cmyk(0%, 27%, 40%, 78%) |
| LAB | lab(17.6 5.8 7.3) |
| LCH | lch(17.6 9.3 51.6) |
| OKLCH | oklch(0.292 0.026 46.2) |
Copy-ready code
/* CSS */
color: #372821;
background-color: #372821;
/* Tailwind (arbitrary) */
class="text-[#372821] bg-[#372821]"
/* SCSS */
$brand: #372821;
/* SwiftUI */
Color(red: 0.216, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#372821")Accessibility — WCAG contrast
Aa
#372821 on white: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#372821 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow40.0%
Key (black)78.4%
Color previews
#372821 text on a black background
contrast 1.49:1
Card sample
#372821 text on a white background
contrast 14.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #372821;
Background color
Panel with #372821 background
background-color: #372821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #372821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #372821; background: linear-gradient(135deg, #372821, #373721);