#652c2f
a dark, soft red · warm · closest name: sienna
RGB
101, 44, 47
HSL
357°, 39%, 28%
CMYK
0, 56, 54, 60
Luminance
0.0477
Every format
| HEX | #652c2f |
| RGB | rgb(101, 44, 47) |
| HSL | hsl(357, 39%, 28%) |
| CMYK | cmyk(0%, 56%, 54%, 60%) |
| LAB | lab(26.1 26.0 10.5) |
| LCH | lch(26.1 28.0 22.0) |
| OKLCH | oklch(0.373 0.082 18.7) |
Copy-ready code
/* CSS */
color: #652c2f;
background-color: #652c2f;
/* Tailwind (arbitrary) */
class="text-[#652c2f] bg-[#652c2f]"
/* SCSS */
$brand: #652c2f;
/* SwiftUI */
Color(red: 0.396, green: 0.173, blue: 0.184)
/* Android */
Color.parseColor("#652c2f")Accessibility — WCAG contrast
Aa
#652c2f on white: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#652c2f on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green17.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow53.5%
Key (black)60.4%
Color previews
#652c2f text on a black background
contrast 1.95:1
Card sample
#652c2f text on a white background
contrast 10.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #652c2f;
Background color
Panel with #652c2f background
background-color: #652c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #652c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 44, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 44, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #652c2f; background: linear-gradient(135deg, #652c2f, #654F2C);