#372012
a deep, vivid orange · warm · closest name: black
RGB
55, 32, 18
HSL
23°, 51%, 14%
CMYK
0, 42, 67, 78
Luminance
0.0189
Every format
| HEX | #372012 |
| RGB | rgb(55, 32, 18) |
| HSL | hsl(23, 51%, 14%) |
| CMYK | cmyk(0%, 42%, 67%, 78%) |
| LAB | lab(14.9 9.4 13.9) |
| LCH | lch(14.9 16.8 56.1) |
| OKLCH | oklch(0.270 0.043 51.4) |
Copy-ready code
/* CSS */
color: #372012;
background-color: #372012;
/* Tailwind (arbitrary) */
class="text-[#372012] bg-[#372012]"
/* SCSS */
$brand: #372012;
/* SwiftUI */
Color(red: 0.216, green: 0.125, blue: 0.071)
/* Android */
Color.parseColor("#372012")Accessibility — WCAG contrast
Aa
#372012 on white: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#372012 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green12.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta41.8%
Yellow67.3%
Key (black)78.4%
Color previews
#372012 text on a black background
contrast 1.38:1
Card sample
#372012 text on a white background
contrast 15.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #372012;
Background color
Panel with #372012 background
background-color: #372012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #372012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 32, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 32, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #372012; background: linear-gradient(135deg, #372012, #353712);