#653021
a dark, vivid red · warm · closest name: sienna
RGB
101, 48, 33
HSL
13°, 51%, 26%
CMYK
0, 53, 67, 60
Luminance
0.0499
Every format
| HEX | #653021 |
| RGB | rgb(101, 48, 33) |
| HSL | hsl(13, 51%, 26%) |
| CMYK | cmyk(0%, 53%, 67%, 60%) |
| LAB | lab(26.7 22.4 20.4) |
| LCH | lch(26.7 30.4 42.3) |
| OKLCH | oklch(0.377 0.081 36.7) |
Copy-ready code
/* CSS */
color: #653021;
background-color: #653021;
/* Tailwind (arbitrary) */
class="text-[#653021] bg-[#653021]"
/* SCSS */
$brand: #653021;
/* SwiftUI */
Color(red: 0.396, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#653021")Accessibility — WCAG contrast
Aa
#653021 on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#653021 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow67.3%
Key (black)60.4%
Color previews
#653021 text on a black background
contrast 2.00:1
Card sample
#653021 text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653021;
Background color
Panel with #653021 background
background-color: #653021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653021; background: linear-gradient(135deg, #653021, #655D21);