#553913
a deep, vivid orange · warm · closest name: sienna
RGB
85, 57, 19
HSL
35°, 64%, 20%
CMYK
0, 33, 78, 67
Luminance
0.0490
Every format
| HEX | #553913 |
| RGB | rgb(85, 57, 19) |
| HSL | hsl(35, 64%, 20%) |
| CMYK | cmyk(0%, 33%, 78%, 67%) |
| LAB | lab(26.5 8.3 27.7) |
| LCH | lch(26.5 28.9 73.3) |
| OKLCH | oklch(0.369 0.066 71.2) |
Copy-ready code
/* CSS */
color: #553913;
background-color: #553913;
/* Tailwind (arbitrary) */
class="text-[#553913] bg-[#553913]"
/* SCSS */
$brand: #553913;
/* SwiftUI */
Color(red: 0.333, green: 0.224, blue: 0.075)
/* Android */
Color.parseColor("#553913")Accessibility — WCAG contrast
Aa
#553913 on white: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#553913 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green22.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow77.6%
Key (black)66.7%
Color previews
#553913 text on a black background
contrast 1.98:1
Card sample
#553913 text on a white background
contrast 10.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #553913;
Background color
Panel with #553913 background
background-color: #553913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #553913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 57, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 57, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #553913; background: linear-gradient(135deg, #553913, #455513);