#552a13
a deep, vivid orange · warm · closest name: sienna
RGB
85, 42, 19
HSL
21°, 64%, 20%
CMYK
0, 51, 78, 67
Luminance
0.0363
Every format
| HEX | #552a13 |
| RGB | rgb(85, 42, 19) |
| HSL | hsl(21, 64%, 20%) |
| CMYK | cmyk(0%, 51%, 78%, 67%) |
| LAB | lab(22.4 17.8 23.4) |
| LCH | lch(22.4 29.4 52.8) |
| OKLCH | oklch(0.338 0.072 46.9) |
Copy-ready code
/* CSS */
color: #552a13;
background-color: #552a13;
/* Tailwind (arbitrary) */
class="text-[#552a13] bg-[#552a13]"
/* SCSS */
$brand: #552a13;
/* SwiftUI */
Color(red: 0.333, green: 0.165, blue: 0.075)
/* Android */
Color.parseColor("#552a13")Accessibility — WCAG contrast
Aa
#552a13 on white: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552a13 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow77.6%
Key (black)66.7%
Color previews
#552a13 text on a black background
contrast 1.73:1
Card sample
#552a13 text on a white background
contrast 12.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552a13;
Background color
Panel with #552a13 background
background-color: #552a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 42, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 42, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552a13; background: linear-gradient(135deg, #552a13, #545513);