#552113
a deep, vivid red · warm · closest name: sienna
RGB
85, 33, 19
HSL
13°, 64%, 20%
CMYK
0, 61, 78, 67
Luminance
0.0307
Every format
| HEX | #552113 |
| RGB | rgb(85, 33, 19) |
| HSL | hsl(13, 64%, 20%) |
| CMYK | cmyk(0%, 61%, 78%, 67%) |
| LAB | lab(20.3 23.1 21.1) |
| LCH | lch(20.3 31.3 42.3) |
| OKLCH | oklch(0.322 0.081 36.0) |
Copy-ready code
/* CSS */
color: #552113;
background-color: #552113;
/* Tailwind (arbitrary) */
class="text-[#552113] bg-[#552113]"
/* SCSS */
$brand: #552113;
/* SwiftUI */
Color(red: 0.333, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#552113")Accessibility — WCAG contrast
Aa
#552113 on white: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552113 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow77.6%
Key (black)66.7%
Color previews
#552113 text on a black background
contrast 1.61:1
Card sample
#552113 text on a white background
contrast 13.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552113;
Background color
Panel with #552113 background
background-color: #552113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552113; background: linear-gradient(135deg, #552113, #554D13);