#652a21
a dark, vivid red · warm · closest name: sienna
RGB
101, 42, 33
HSL
8°, 51%, 26%
CMYK
0, 58, 67, 60
Luminance
0.0453
Every format
| HEX | #652a21 |
| RGB | rgb(101, 42, 33) |
| HSL | hsl(8, 51%, 26%) |
| CMYK | cmyk(0%, 58%, 67%, 60%) |
| LAB | lab(25.4 25.9 18.8) |
| LCH | lch(25.4 32.0 36.0) |
| OKLCH | oklch(0.366 0.087 30.6) |
Copy-ready code
/* CSS */
color: #652a21;
background-color: #652a21;
/* Tailwind (arbitrary) */
class="text-[#652a21] bg-[#652a21]"
/* SCSS */
$brand: #652a21;
/* SwiftUI */
Color(red: 0.396, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#652a21")Accessibility — WCAG contrast
Aa
#652a21 on white: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#652a21 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.4%
Yellow67.3%
Key (black)60.4%
Color previews
#652a21 text on a black background
contrast 1.91:1
Card sample
#652a21 text on a white background
contrast 11.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #652a21;
Background color
Panel with #652a21 background
background-color: #652a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #652a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #652a21; background: linear-gradient(135deg, #652a21, #655721);