#552b04
a deep, electric orange · warm · closest name: sienna
RGB
85, 43, 4
HSL
29°, 91%, 18%
CMYK
0, 49, 95, 67
Luminance
0.0367
Every format
| HEX | #552b04 |
| RGB | rgb(85, 43, 4) |
| HSL | hsl(29, 91%, 18%) |
| CMYK | cmyk(0%, 49%, 95%, 67%) |
| LAB | lab(22.5 16.5 30.6) |
| LCH | lch(22.5 34.8 61.6) |
| OKLCH | oklch(0.338 0.078 56.8) |
Copy-ready code
/* CSS */
color: #552b04;
background-color: #552b04;
/* Tailwind (arbitrary) */
class="text-[#552b04] bg-[#552b04]"
/* SCSS */
$brand: #552b04;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.016)
/* Android */
Color.parseColor("#552b04")Accessibility — WCAG contrast
Aa
#552b04 on white: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b04 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow95.3%
Key (black)66.7%
Color previews
#552b04 text on a black background
contrast 1.73:1
Card sample
#552b04 text on a white background
contrast 12.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b04;
Background color
Panel with #552b04 background
background-color: #552b04;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b04;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b04; background: linear-gradient(135deg, #552b04, #495504);