#341609
a deep, vivid orange · warm · closest name: black
RGB
52, 22, 9
HSL
18°, 71%, 12%
CMYK
0, 58, 83, 80
Luminance
0.0132
Every format
| HEX | #341609 |
| RGB | rgb(52, 22, 9) |
| HSL | hsl(18, 71%, 12%) |
| CMYK | cmyk(0%, 58%, 83%, 80%) |
| LAB | lab(11.4 13.8 13.7) |
| LCH | lch(11.4 19.4 44.8) |
| OKLCH | oklch(0.242 0.053 43.1) |
Copy-ready code
/* CSS */
color: #341609;
background-color: #341609;
/* Tailwind (arbitrary) */
class="text-[#341609] bg-[#341609]"
/* SCSS */
$brand: #341609;
/* SwiftUI */
Color(red: 0.204, green: 0.086, blue: 0.035)
/* Android */
Color.parseColor("#341609")Accessibility — WCAG contrast
Aa
#341609 on white: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341609 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green8.6%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow82.7%
Key (black)79.6%
Color previews
#341609 text on a black background
contrast 1.26:1
Card sample
#341609 text on a white background
contrast 16.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341609;
Background color
Panel with #341609 background
background-color: #341609;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341609;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 22, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 22, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341609; background: linear-gradient(135deg, #341609, #343309);