#552200
a deep, electric orange · warm · closest name: sienna
RGB
85, 34, 0
HSL
24°, 100%, 17%
CMYK
0, 60, 100, 67
Luminance
0.0308
Every format
| HEX | #552200 |
| RGB | rgb(85, 34, 0) |
| HSL | hsl(24, 100%, 17%) |
| CMYK | cmyk(0%, 60%, 100%, 67%) |
| LAB | lab(20.4 21.8 29.8) |
| LCH | lch(20.4 36.9 53.9) |
| OKLCH | oklch(0.321 0.087 48.4) |
Copy-ready code
/* CSS */
color: #552200;
background-color: #552200;
/* Tailwind (arbitrary) */
class="text-[#552200] bg-[#552200]"
/* SCSS */
$brand: #552200;
/* SwiftUI */
Color(red: 0.333, green: 0.133, blue: 0.000)
/* Android */
Color.parseColor("#552200")Accessibility — WCAG contrast
Aa
#552200 on white: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552200 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow100.0%
Key (black)66.7%
Color previews
#552200 text on a black background
contrast 1.62:1
Card sample
#552200 text on a white background
contrast 13.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552200;
Background color
Panel with #552200 background
background-color: #552200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 34, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 34, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552200; background: linear-gradient(135deg, #552200, #4F5500);