#340911
a deep, vivid red · warm · closest name: black
RGB
52, 9, 17
HSL
349°, 71%, 12%
CMYK
0, 83, 67, 80
Luminance
0.0097
Every format
| HEX | #340911 |
| RGB | rgb(52, 9, 17) |
| HSL | hsl(349, 71%, 12%) |
| CMYK | cmyk(0%, 83%, 67%, 80%) |
| LAB | lab(8.7 22.1 6.0) |
| LCH | lch(8.7 22.9 15.2) |
| OKLCH | oklch(0.222 0.068 14.0) |
Copy-ready code
/* CSS */
color: #340911;
background-color: #340911;
/* Tailwind (arbitrary) */
class="text-[#340911] bg-[#340911]"
/* SCSS */
$brand: #340911;
/* SwiftUI */
Color(red: 0.204, green: 0.035, blue: 0.067)
/* Android */
Color.parseColor("#340911")Accessibility — WCAG contrast
Aa
#340911 on white: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340911 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green3.5%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow67.3%
Key (black)79.6%
Color previews
#340911 text on a black background
contrast 1.19:1
Card sample
#340911 text on a white background
contrast 17.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340911;
Background color
Panel with #340911 background
background-color: #340911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 9, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 9, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340911; background: linear-gradient(135deg, #340911, #341E09);