#362608
a deep, vivid orange · warm · closest name: black
RGB
54, 38, 8
HSL
39°, 74%, 12%
CMYK
0, 30, 85, 79
Luminance
0.0219
Every format
| HEX | #362608 |
| RGB | rgb(54, 38, 8) |
| HSL | hsl(39, 74%, 12%) |
| CMYK | cmyk(0%, 30%, 85%, 79%) |
| LAB | lab(16.4 3.9 20.7) |
| LCH | lch(16.4 21.1 79.4) |
| OKLCH | oklch(0.281 0.050 79.7) |
Copy-ready code
/* CSS */
color: #362608;
background-color: #362608;
/* Tailwind (arbitrary) */
class="text-[#362608] bg-[#362608]"
/* SCSS */
$brand: #362608;
/* SwiftUI */
Color(red: 0.212, green: 0.149, blue: 0.031)
/* Android */
Color.parseColor("#362608")Accessibility — WCAG contrast
Aa
#362608 on white: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362608 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green14.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow85.2%
Key (black)78.8%
Color previews
#362608 text on a black background
contrast 1.44:1
Card sample
#362608 text on a white background
contrast 14.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362608;
Background color
Panel with #362608 background
background-color: #362608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 38, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 38, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362608; background: linear-gradient(135deg, #362608, #273608);