#362000
a deep, electric orange · warm · closest name: black
RGB
54, 32, 0
HSL
36°, 100%, 11%
CMYK
0, 41, 100, 79
Luminance
0.0182
Every format
| HEX | #362000 |
| RGB | rgb(54, 32, 0) |
| HSL | hsl(36, 100%, 11%) |
| CMYK | cmyk(0%, 41%, 100%, 79%) |
| LAB | lab(14.5 7.5 21.5) |
| LCH | lch(14.5 22.8 70.9) |
| OKLCH | oklch(0.266 0.057 72.2) |
Copy-ready code
/* CSS */
color: #362000;
background-color: #362000;
/* Tailwind (arbitrary) */
class="text-[#362000] bg-[#362000]"
/* SCSS */
$brand: #362000;
/* SwiftUI */
Color(red: 0.212, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#362000")Accessibility — WCAG contrast
Aa
#362000 on white: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362000 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow100.0%
Key (black)78.8%
Color previews
#362000 text on a black background
contrast 1.36:1
Card sample
#362000 text on a white background
contrast 15.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362000;
Background color
Panel with #362000 background
background-color: #362000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362000; background: linear-gradient(135deg, #362000, #283600);