#361708
a deep, vivid orange · warm · closest name: black
RGB
54, 23, 8
HSL
20°, 74%, 12%
CMYK
0, 57, 85, 79
Luminance
0.0141
Every format
| HEX | #361708 |
| RGB | rgb(54, 23, 8) |
| HSL | hsl(20, 74%, 12%) |
| CMYK | cmyk(0%, 57%, 85%, 79%) |
| LAB | lab(12.1 14.1 15.0) |
| LCH | lch(12.1 20.6 46.8) |
| OKLCH | oklch(0.247 0.055 44.9) |
Copy-ready code
/* CSS */
color: #361708;
background-color: #361708;
/* Tailwind (arbitrary) */
class="text-[#361708] bg-[#361708]"
/* SCSS */
$brand: #361708;
/* SwiftUI */
Color(red: 0.212, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#361708")Accessibility — WCAG contrast
Aa
#361708 on white: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361708 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green9.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow85.2%
Key (black)78.8%
Color previews
#361708 text on a black background
contrast 1.28:1
Card sample
#361708 text on a white background
contrast 16.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361708;
Background color
Panel with #361708 background
background-color: #361708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361708; background: linear-gradient(135deg, #361708, #363608);