#553821
a deep, soft orange · warm · closest name: sienna
RGB
85, 56, 33
HSL
27°, 44%, 23%
CMYK
0, 34, 61, 67
Luminance
0.0487
Every format
| HEX | #553821 |
| RGB | rgb(85, 56, 33) |
| HSL | hsl(27, 44%, 23%) |
| CMYK | cmyk(0%, 34%, 61%, 67%) |
| LAB | lab(26.4 10.0 19.5) |
| LCH | lch(26.4 21.9 62.7) |
| OKLCH | oklch(0.369 0.055 58.4) |
Copy-ready code
/* CSS */
color: #553821;
background-color: #553821;
/* Tailwind (arbitrary) */
class="text-[#553821] bg-[#553821]"
/* SCSS */
$brand: #553821;
/* SwiftUI */
Color(red: 0.333, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#553821")Accessibility — WCAG contrast
Aa
#553821 on white: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#553821 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow61.2%
Key (black)66.7%
Color previews
#553821 text on a black background
contrast 1.97:1
Card sample
#553821 text on a white background
contrast 10.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #553821;
Background color
Panel with #553821 background
background-color: #553821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #553821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #553821; background: linear-gradient(135deg, #553821, #4F5521);