#34110c
a deep, vivid red · warm · closest name: black
RGB
52, 17, 12
HSL
8°, 63%, 13%
CMYK
0, 67, 77, 80
Luminance
0.0116
Every format
| HEX | #34110c |
| RGB | rgb(52, 17, 12) |
| HSL | hsl(8, 63%, 13%) |
| CMYK | cmyk(0%, 67%, 77%, 80%) |
| LAB | lab(10.2 17.2 10.8) |
| LCH | lch(10.2 20.3 32.0) |
| OKLCH | oklch(0.233 0.058 30.3) |
Copy-ready code
/* CSS */
color: #34110c;
background-color: #34110c;
/* Tailwind (arbitrary) */
class="text-[#34110c] bg-[#34110c]"
/* SCSS */
$brand: #34110c;
/* SwiftUI */
Color(red: 0.204, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#34110c")Accessibility — WCAG contrast
Aa
#34110c on white: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#34110c on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow76.9%
Key (black)79.6%
Color previews
#34110c text on a black background
contrast 1.23:1
Card sample
#34110c text on a white background
contrast 17.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34110c;
Background color
Panel with #34110c background
background-color: #34110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34110c; background: linear-gradient(135deg, #34110c, #342B0C);