#361b00
a deep, electric orange · warm · closest name: black
RGB
54, 27, 0
HSL
30°, 100%, 11%
CMYK
0, 50, 100, 79
Luminance
0.0157
Every format
| HEX | #361b00 |
| RGB | rgb(54, 27, 0) |
| HSL | hsl(30, 100%, 11%) |
| CMYK | cmyk(0%, 50%, 100%, 79%) |
| LAB | lab(13.0 10.9 19.6) |
| LCH | lch(13.0 22.4 61.0) |
| OKLCH | oklch(0.254 0.058 62.2) |
Copy-ready code
/* CSS */
color: #361b00;
background-color: #361b00;
/* Tailwind (arbitrary) */
class="text-[#361b00] bg-[#361b00]"
/* SCSS */
$brand: #361b00;
/* SwiftUI */
Color(red: 0.212, green: 0.106, blue: 0.000)
/* Android */
Color.parseColor("#361b00")Accessibility — WCAG contrast
Aa
#361b00 on white: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#361b00 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green10.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow100.0%
Key (black)78.8%
Color previews
#361b00 text on a black background
contrast 1.31:1
Card sample
#361b00 text on a white background
contrast 15.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #361b00;
Background color
Panel with #361b00 background
background-color: #361b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #361b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 27, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 27, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #361b00; background: linear-gradient(135deg, #361b00, #2D3600);