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