#341813
a deep, vivid red · warm · closest name: black
RGB
52, 24, 19
HSL
9°, 47%, 14%
CMYK
0, 54, 64, 80
Luminance
0.0143
Every format
| HEX | #341813 |
| RGB | rgb(52, 24, 19) |
| HSL | hsl(9, 47%, 14%) |
| CMYK | cmyk(0%, 54%, 64%, 80%) |
| LAB | lab(12.2 13.4 9.6) |
| LCH | lch(12.2 16.5 35.7) |
| OKLCH | oklch(0.248 0.046 31.3) |
Copy-ready code
/* CSS */
color: #341813;
background-color: #341813;
/* Tailwind (arbitrary) */
class="text-[#341813] bg-[#341813]"
/* SCSS */
$brand: #341813;
/* SwiftUI */
Color(red: 0.204, green: 0.094, blue: 0.075)
/* Android */
Color.parseColor("#341813")Accessibility — WCAG contrast
Aa
#341813 on white: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341813 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green9.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow63.5%
Key (black)79.6%
Color previews
#341813 text on a black background
contrast 1.29:1
Card sample
#341813 text on a white background
contrast 16.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341813;
Background color
Panel with #341813 background
background-color: #341813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 24, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 24, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341813; background: linear-gradient(135deg, #341813, #342E13);