#342113
a deep, vivid orange · warm · closest name: black
RGB
52, 33, 19
HSL
26°, 47%, 14%
CMYK
0, 37, 64, 80
Luminance
0.0186
Every format
| HEX | #342113 |
| RGB | rgb(52, 33, 19) |
| HSL | hsl(26, 47%, 14%) |
| CMYK | cmyk(0%, 37%, 64%, 80%) |
| LAB | lab(14.8 7.2 13.1) |
| LCH | lch(14.8 14.9 61.1) |
| OKLCH | oklch(0.268 0.038 56.7) |
Copy-ready code
/* CSS */
color: #342113;
background-color: #342113;
/* Tailwind (arbitrary) */
class="text-[#342113] bg-[#342113]"
/* SCSS */
$brand: #342113;
/* SwiftUI */
Color(red: 0.204, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#342113")Accessibility — WCAG contrast
Aa
#342113 on white: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342113 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow63.5%
Key (black)79.6%
Color previews
#342113 text on a black background
contrast 1.37:1
Card sample
#342113 text on a white background
contrast 15.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342113;
Background color
Panel with #342113 background
background-color: #342113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342113; background: linear-gradient(135deg, #342113, #313413);