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