#65110c
a deep, electric red · warm · closest name: maroon
RGB
101, 17, 12
HSL
3°, 79%, 22%
CMYK
0, 83, 88, 60
Luminance
0.0319
Every format
| HEX | #65110c |
| RGB | rgb(101, 17, 12) |
| HSL | hsl(3, 79%, 22%) |
| CMYK | cmyk(0%, 83%, 88%, 60%) |
| LAB | lab(20.8 36.3 26.3) |
| LCH | lch(20.8 44.8 36.0) |
| OKLCH | oklch(0.331 0.118 28.8) |
Copy-ready code
/* CSS */
color: #65110c;
background-color: #65110c;
/* Tailwind (arbitrary) */
class="text-[#65110c] bg-[#65110c]"
/* SCSS */
$brand: #65110c;
/* SwiftUI */
Color(red: 0.396, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#65110c")Accessibility — WCAG contrast
Aa
#65110c on white: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#65110c on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow88.1%
Key (black)60.4%
Color previews
#65110c text on a black background
contrast 1.64:1
Card sample
#65110c text on a white background
contrast 12.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65110c;
Background color
Panel with #65110c background
background-color: #65110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65110c; background: linear-gradient(135deg, #65110c, #654D0C);