#551c01
a deep, electric orange · warm · closest name: maroon
RGB
85, 28, 1
HSL
19°, 98%, 17%
CMYK
0, 67, 99, 67
Luminance
0.0276
Every format
| HEX | #551c01 |
| RGB | rgb(85, 28, 1) |
| HSL | hsl(19, 98%, 17%) |
| CMYK | cmyk(0%, 67%, 99%, 67%) |
| LAB | lab(19.1 25.1 28.0) |
| LCH | lch(19.1 37.6 48.1) |
| OKLCH | oklch(0.312 0.092 42.4) |
Copy-ready code
/* CSS */
color: #551c01;
background-color: #551c01;
/* Tailwind (arbitrary) */
class="text-[#551c01] bg-[#551c01]"
/* SCSS */
$brand: #551c01;
/* SwiftUI */
Color(red: 0.333, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#551c01")Accessibility — WCAG contrast
Aa
#551c01 on white: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551c01 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow98.8%
Key (black)66.7%
Color previews
#551c01 text on a black background
contrast 1.55:1
Card sample
#551c01 text on a white background
contrast 13.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551c01;
Background color
Panel with #551c01 background
background-color: #551c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551c01; background: linear-gradient(135deg, #551c01, #555401);