#371c01
a deep, electric orange · warm · closest name: black
RGB
55, 28, 1
HSL
30°, 96%, 11%
CMYK
0, 49, 98, 78
Luminance
0.0164
Every format
| HEX | #371c01 |
| RGB | rgb(55, 28, 1) |
| HSL | hsl(30, 96%, 11%) |
| CMYK | cmyk(0%, 49%, 98%, 78%) |
| LAB | lab(13.5 10.8 19.8) |
| LCH | lch(13.5 22.6 61.4) |
| OKLCH | oklch(0.258 0.058 61.9) |
Copy-ready code
/* CSS */
color: #371c01;
background-color: #371c01;
/* Tailwind (arbitrary) */
class="text-[#371c01] bg-[#371c01]"
/* SCSS */
$brand: #371c01;
/* SwiftUI */
Color(red: 0.216, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#371c01")Accessibility — WCAG contrast
Aa
#371c01 on white: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#371c01 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow98.2%
Key (black)78.4%
Color previews
#371c01 text on a black background
contrast 1.33:1
Card sample
#371c01 text on a white background
contrast 15.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #371c01;
Background color
Panel with #371c01 background
background-color: #371c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #371c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #371c01; background: linear-gradient(135deg, #371c01, #2E3701);