#553b22
a deep, soft orange · warm · closest name: sienna
RGB
85, 59, 34
HSL
29°, 43%, 23%
CMYK
0, 31, 60, 67
Luminance
0.0517
Every format
| HEX | #553b22 |
| RGB | rgb(85, 59, 34) |
| HSL | hsl(29, 43%, 23%) |
| CMYK | cmyk(0%, 31%, 60%, 67%) |
| LAB | lab(27.2 8.2 19.9) |
| LCH | lch(27.2 21.6 67.6) |
| OKLCH | oklch(0.376 0.053 63.9) |
Copy-ready code
/* CSS */
color: #553b22;
background-color: #553b22;
/* Tailwind (arbitrary) */
class="text-[#553b22] bg-[#553b22]"
/* SCSS */
$brand: #553b22;
/* SwiftUI */
Color(red: 0.333, green: 0.231, blue: 0.133)
/* Android */
Color.parseColor("#553b22")Accessibility — WCAG contrast
Aa
#553b22 on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#553b22 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green23.1%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow60.0%
Key (black)66.7%
Color previews
#553b22 text on a black background
contrast 2.03:1
Card sample
#553b22 text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #553b22;
Background color
Panel with #553b22 background
background-color: #553b22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #553b22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 59, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 59, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #553b22; background: linear-gradient(135deg, #553b22, #4D5522);