#341908
a deep, vivid orange · warm · closest name: black
RGB
52, 25, 8
HSL
23°, 73%, 12%
CMYK
0, 52, 85, 80
Luminance
0.0144
Every format
| HEX | #341908 |
| RGB | rgb(52, 25, 8) |
| HSL | hsl(23, 73%, 12%) |
| CMYK | cmyk(0%, 52%, 85%, 80%) |
| LAB | lab(12.2 11.7 15.2) |
| LCH | lch(12.2 19.2 52.3) |
| OKLCH | oklch(0.248 0.051 50.7) |
Copy-ready code
/* CSS */
color: #341908;
background-color: #341908;
/* Tailwind (arbitrary) */
class="text-[#341908] bg-[#341908]"
/* SCSS */
$brand: #341908;
/* SwiftUI */
Color(red: 0.204, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#341908")Accessibility — WCAG contrast
Aa
#341908 on white: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#341908 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow84.6%
Key (black)79.6%
Color previews
#341908 text on a black background
contrast 1.29:1
Card sample
#341908 text on a white background
contrast 16.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #341908;
Background color
Panel with #341908 background
background-color: #341908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #341908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #341908; background: linear-gradient(135deg, #341908, #323408);