#552c13
a deep, vivid orange · warm · closest name: sienna
RGB
85, 44, 19
HSL
23°, 64%, 20%
CMYK
0, 48, 78, 67
Luminance
0.0378
Every format
| HEX | #552c13 |
| RGB | rgb(85, 44, 19) |
| HSL | hsl(23, 64%, 20%) |
| CMYK | cmyk(0%, 48%, 78%, 67%) |
| LAB | lab(22.9 16.6 24.0) |
| LCH | lch(22.9 29.1 55.3) |
| OKLCH | oklch(0.342 0.071 49.8) |
Copy-ready code
/* CSS */
color: #552c13;
background-color: #552c13;
/* Tailwind (arbitrary) */
class="text-[#552c13] bg-[#552c13]"
/* SCSS */
$brand: #552c13;
/* SwiftUI */
Color(red: 0.333, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#552c13")Accessibility — WCAG contrast
Aa
#552c13 on white: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552c13 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow77.6%
Key (black)66.7%
Color previews
#552c13 text on a black background
contrast 1.76:1
Card sample
#552c13 text on a white background
contrast 11.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552c13;
Background color
Panel with #552c13 background
background-color: #552c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552c13; background: linear-gradient(135deg, #552c13, #525513);