#341009
a deep, vivid red · warm · closest name: black
RGB
52, 16, 9
HSL
10°, 71%, 12%
CMYK
0, 69, 83, 80
Luminance
0.0112
Every format
| HEX | #341009 |
| RGB | rgb(52, 16, 9) |
| HSL | hsl(10, 71%, 12%) |
| CMYK | cmyk(0%, 69%, 83%, 80%) |
| LAB | lab(10.0 17.6 11.6) |
| LCH | lch(10.0 21.1 33.4) |
| OKLCH | oklch(0.231 0.060 32.9) |
Copy-ready code
/* CSS */
color: #341009;
background-color: #341009;
/* Tailwind (arbitrary) */
class="text-[#341009] bg-[#341009]"
/* SCSS */
$brand: #341009;
/* SwiftUI */
Color(red: 0.204, green: 0.063, blue: 0.035)
/* Android */
Color.parseColor("#341009")Accessibility — WCAG contrast
Aa
#341009 on white: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341009 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green6.3%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow82.7%
Key (black)79.6%
Color previews
#341009 text on a black background
contrast 1.22:1
Card sample
#341009 text on a white background
contrast 17.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341009;
Background color
Panel with #341009 background
background-color: #341009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 16, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 16, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341009; background: linear-gradient(135deg, #341009, #342D09);