#553d21
a deep, soft orange · warm · closest name: sienna
RGB
85, 61, 33
HSL
32°, 44%, 23%
CMYK
0, 28, 61, 67
Luminance
0.0538
Every format
| HEX | #553d21 |
| RGB | rgb(85, 61, 33) |
| HSL | hsl(32, 44%, 23%) |
| CMYK | cmyk(0%, 28%, 61%, 67%) |
| LAB | lab(27.8 6.8 21.2) |
| LCH | lch(27.8 22.3 72.1) |
| OKLCH | oklch(0.380 0.054 69.3) |
Copy-ready code
/* CSS */
color: #553d21;
background-color: #553d21;
/* Tailwind (arbitrary) */
class="text-[#553d21] bg-[#553d21]"
/* SCSS */
$brand: #553d21;
/* SwiftUI */
Color(red: 0.333, green: 0.239, blue: 0.129)
/* Android */
Color.parseColor("#553d21")Accessibility — WCAG contrast
Aa
#553d21 on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#553d21 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green23.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow61.2%
Key (black)66.7%
Color previews
#553d21 text on a black background
contrast 2.08:1
Card sample
#553d21 text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #553d21;
Background color
Panel with #553d21 background
background-color: #553d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #553d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 61, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 61, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #553d21; background: linear-gradient(135deg, #553d21, #4A5521);