#35110c
a deep, vivid red · warm · closest name: black
RGB
53, 17, 12
HSL
7°, 63%, 13%
CMYK
0, 68, 77, 79
Luminance
0.0118
Every format
| HEX | #35110c |
| RGB | rgb(53, 17, 12) |
| HSL | hsl(7, 63%, 13%) |
| CMYK | cmyk(0%, 68%, 77%, 79%) |
| LAB | lab(10.4 17.7 11.1) |
| LCH | lch(10.4 20.9 32.1) |
| OKLCH | oklch(0.235 0.059 30.1) |
Copy-ready code
/* CSS */
color: #35110c;
background-color: #35110c;
/* Tailwind (arbitrary) */
class="text-[#35110c] bg-[#35110c]"
/* SCSS */
$brand: #35110c;
/* SwiftUI */
Color(red: 0.208, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#35110c")Accessibility — WCAG contrast
Aa
#35110c on white: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35110c on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow77.4%
Key (black)79.2%
Color previews
#35110c text on a black background
contrast 1.24:1
Card sample
#35110c text on a white background
contrast 16.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35110c;
Background color
Panel with #35110c background
background-color: #35110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35110c; background: linear-gradient(135deg, #35110c, #352C0C);