#671c01
a deep, electric orange · warm · closest name: maroon
RGB
103, 28, 1
HSL
16°, 98%, 20%
CMYK
0, 73, 99, 60
Luminance
0.0372
Every format
| HEX | #671c01 |
| RGB | rgb(103, 28, 1) |
| HSL | hsl(16, 98%, 20%) |
| CMYK | cmyk(0%, 73%, 99%, 60%) |
| LAB | lab(22.7 32.4 33.0) |
| LCH | lch(22.7 46.3 45.6) |
| OKLCH | oklch(0.346 0.113 37.8) |
Copy-ready code
/* CSS */
color: #671c01;
background-color: #671c01;
/* Tailwind (arbitrary) */
class="text-[#671c01] bg-[#671c01]"
/* SCSS */
$brand: #671c01;
/* SwiftUI */
Color(red: 0.404, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#671c01")Accessibility — WCAG contrast
Aa
#671c01 on white: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#671c01 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow99.0%
Key (black)59.6%
Color previews
#671c01 text on a black background
contrast 1.74:1
Card sample
#671c01 text on a white background
contrast 12.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671c01;
Background color
Panel with #671c01 background
background-color: #671c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671c01; background: linear-gradient(135deg, #671c01, #676001);