#653c2f
a dark, soft red · warm · closest name: sienna
RGB
101, 60, 47
HSL
14°, 37%, 29%
CMYK
0, 41, 54, 60
Luminance
0.0620
Every format
| HEX | #653c2f |
| RGB | rgb(101, 60, 47) |
| HSL | hsl(14, 37%, 29%) |
| CMYK | cmyk(0%, 41%, 54%, 60%) |
| LAB | lab(29.9 16.5 15.6) |
| LCH | lch(29.9 22.7 43.5) |
| OKLCH | oklch(0.402 0.062 38.4) |
Copy-ready code
/* CSS */
color: #653c2f;
background-color: #653c2f;
/* Tailwind (arbitrary) */
class="text-[#653c2f] bg-[#653c2f]"
/* SCSS */
$brand: #653c2f;
/* SwiftUI */
Color(red: 0.396, green: 0.235, blue: 0.184)
/* Android */
Color.parseColor("#653c2f")Accessibility — WCAG contrast
Aa
#653c2f on white: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#653c2f on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green23.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow53.5%
Key (black)60.4%
Color previews
#653c2f text on a black background
contrast 2.24:1
Card sample
#653c2f text on a white background
contrast 9.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653c2f;
Background color
Panel with #653c2f background
background-color: #653c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 60, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 60, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653c2f; background: linear-gradient(135deg, #653c2f, #65602F);