#361908
a deep, vivid orange · warm · closest name: black
RGB
54, 25, 8
HSL
22°, 74%, 12%
CMYK
0, 54, 85, 79
Luminance
0.0150
Every format
| HEX | #361908 |
| RGB | rgb(54, 25, 8) |
| HSL | hsl(22, 74%, 12%) |
| CMYK | cmyk(0%, 54%, 85%, 79%) |
| LAB | lab(12.6 12.8 15.7) |
| LCH | lch(12.6 20.3 50.9) |
| OKLCH | oklch(0.251 0.053 48.9) |
Copy-ready code
/* CSS */
color: #361908;
background-color: #361908;
/* Tailwind (arbitrary) */
class="text-[#361908] bg-[#361908]"
/* SCSS */
$brand: #361908;
/* SwiftUI */
Color(red: 0.212, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#361908")Accessibility — WCAG contrast
Aa
#361908 on white: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361908 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow85.2%
Key (black)78.8%
Color previews
#361908 text on a black background
contrast 1.30:1
Card sample
#361908 text on a white background
contrast 16.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361908;
Background color
Panel with #361908 background
background-color: #361908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361908; background: linear-gradient(135deg, #361908, #353608);