#360800
a deep, electric red · warm · closest name: black
RGB
54, 8, 0
HSL
9°, 100%, 11%
CMYK
0, 85, 100, 79
Luminance
0.0096
Every format
| HEX | #360800 |
| RGB | rgb(54, 8, 0) |
| HSL | hsl(9, 100%, 11%) |
| CMYK | cmyk(0%, 85%, 100%, 79%) |
| LAB | lab(8.6 22.2 13.5) |
| LCH | lch(8.6 25.9 31.3) |
| OKLCH | oklch(0.221 0.075 36.1) |
Copy-ready code
/* CSS */
color: #360800;
background-color: #360800;
/* Tailwind (arbitrary) */
class="text-[#360800] bg-[#360800]"
/* SCSS */
$brand: #360800;
/* SwiftUI */
Color(red: 0.212, green: 0.031, blue: 0.000)
/* Android */
Color.parseColor("#360800")Accessibility — WCAG contrast
Aa
#360800 on white: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#360800 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green3.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow100.0%
Key (black)78.8%
Color previews
#360800 text on a black background
contrast 1.19:1
Card sample
#360800 text on a white background
contrast 17.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #360800;
Background color
Panel with #360800 background
background-color: #360800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #360800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 8, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 8, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #360800; background: linear-gradient(135deg, #360800, #362C00);