#652113
a deep, vivid red · warm · closest name: maroon
RGB
101, 33, 19
HSL
10°, 68%, 24%
CMYK
0, 67, 81, 60
Luminance
0.0390
Every format
| HEX | #652113 |
| RGB | rgb(101, 33, 19) |
| HSL | hsl(10, 68%, 24%) |
| CMYK | cmyk(0%, 67%, 81%, 60%) |
| LAB | lab(23.4 29.8 25.2) |
| LCH | lch(23.4 39.1 40.3) |
| OKLCH | oklch(0.350 0.101 33.4) |
Copy-ready code
/* CSS */
color: #652113;
background-color: #652113;
/* Tailwind (arbitrary) */
class="text-[#652113] bg-[#652113]"
/* SCSS */
$brand: #652113;
/* SwiftUI */
Color(red: 0.396, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#652113")Accessibility — WCAG contrast
Aa
#652113 on white: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#652113 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow81.2%
Key (black)60.4%
Color previews
#652113 text on a black background
contrast 1.78:1
Card sample
#652113 text on a white background
contrast 11.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #652113;
Background color
Panel with #652113 background
background-color: #652113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #652113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #652113; background: linear-gradient(135deg, #652113, #655713);