#551a00
a deep, electric orange · warm · closest name: maroon
RGB
85, 26, 0
HSL
18°, 100%, 17%
CMYK
0, 69, 100, 67
Luminance
0.0267
Every format
| HEX | #551a00 |
| RGB | rgb(85, 26, 0) |
| HSL | hsl(18, 100%, 17%) |
| CMYK | cmyk(0%, 69%, 100%, 67%) |
| LAB | lab(18.7 26.1 27.9) |
| LCH | lch(18.7 38.2 46.9) |
| OKLCH | oklch(0.309 0.094 41.3) |
Copy-ready code
/* CSS */
color: #551a00;
background-color: #551a00;
/* Tailwind (arbitrary) */
class="text-[#551a00] bg-[#551a00]"
/* SCSS */
$brand: #551a00;
/* SwiftUI */
Color(red: 0.333, green: 0.102, blue: 0.000)
/* Android */
Color.parseColor("#551a00")Accessibility — WCAG contrast
Aa
#551a00 on white: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551a00 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green10.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow100.0%
Key (black)66.7%
Color previews
#551a00 text on a black background
contrast 1.53:1
Card sample
#551a00 text on a white background
contrast 13.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551a00;
Background color
Panel with #551a00 background
background-color: #551a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 26, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 26, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551a00; background: linear-gradient(135deg, #551a00, #555300);