#340607
a deep, electric red · warm · closest name: black
RGB
52, 6, 7
HSL
359°, 79%, 11%
CMYK
0, 89, 87, 80
Luminance
0.0088
Every format
| HEX | #340607 |
| RGB | rgb(52, 6, 7) |
| HSL | hsl(359, 79%, 11%) |
| CMYK | cmyk(0%, 89%, 87%, 80%) |
| LAB | lab(7.9 22.9 9.5) |
| LCH | lch(7.9 24.8 22.5) |
| OKLCH | oklch(0.215 0.073 24.6) |
Copy-ready code
/* CSS */
color: #340607;
background-color: #340607;
/* Tailwind (arbitrary) */
class="text-[#340607] bg-[#340607]"
/* SCSS */
$brand: #340607;
/* SwiftUI */
Color(red: 0.204, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#340607")Accessibility — WCAG contrast
Aa
#340607 on white: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340607 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow86.5%
Key (black)79.6%
Color previews
#340607 text on a black background
contrast 1.18:1
Card sample
#340607 text on a white background
contrast 17.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340607;
Background color
Panel with #340607 background
background-color: #340607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340607; background: linear-gradient(135deg, #340607, #342406);