#372000
a deep, electric orange · warm · closest name: black
RGB
55, 32, 0
HSL
35°, 100%, 11%
CMYK
0, 42, 100, 78
Luminance
0.0185
Every format
| HEX | #372000 |
| RGB | rgb(55, 32, 0) |
| HSL | hsl(35, 100%, 11%) |
| CMYK | cmyk(0%, 42%, 100%, 78%) |
| LAB | lab(14.7 8.0 21.8) |
| LCH | lch(14.7 23.2 69.8) |
| OKLCH | oklch(0.267 0.058 70.9) |
Copy-ready code
/* CSS */
color: #372000;
background-color: #372000;
/* Tailwind (arbitrary) */
class="text-[#372000] bg-[#372000]"
/* SCSS */
$brand: #372000;
/* SwiftUI */
Color(red: 0.216, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#372000")Accessibility — WCAG contrast
Aa
#372000 on white: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#372000 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta41.8%
Yellow100.0%
Key (black)78.4%
Color previews
#372000 text on a black background
contrast 1.37:1
Card sample
#372000 text on a white background
contrast 15.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #372000;
Background color
Panel with #372000 background
background-color: #372000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #372000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #372000; background: linear-gradient(135deg, #372000, #293700);