#552b1a
a deep, vivid orange · warm · closest name: sienna
RGB
85, 43, 26
HSL
17°, 53%, 22%
CMYK
0, 49, 69, 67
Luminance
0.0373
Every format
| HEX | #552b1a |
| RGB | rgb(85, 43, 26) |
| HSL | hsl(17, 53%, 22%) |
| CMYK | cmyk(0%, 49%, 69%, 67%) |
| LAB | lab(22.8 17.6 19.5) |
| LCH | lch(22.8 26.3 47.9) |
| OKLCH | oklch(0.341 0.068 42.2) |
Copy-ready code
/* CSS */
color: #552b1a;
background-color: #552b1a;
/* Tailwind (arbitrary) */
class="text-[#552b1a] bg-[#552b1a]"
/* SCSS */
$brand: #552b1a;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.102)
/* Android */
Color.parseColor("#552b1a")Accessibility — WCAG contrast
Aa
#552b1a on white: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b1a on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow69.4%
Key (black)66.7%
Color previews
#552b1a text on a black background
contrast 1.75:1
Card sample
#552b1a text on a white background
contrast 12.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b1a;
Background color
Panel with #552b1a background
background-color: #552b1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b1a; background: linear-gradient(135deg, #552b1a, #55531A);