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