#342913
a deep, vivid yellow · warm · closest name: black
RGB
52, 41, 19
HSL
40°, 47%, 14%
CMYK
0, 21, 64, 80
Luminance
0.0236
Every format
| HEX | #342913 |
| RGB | rgb(52, 41, 19) |
| HSL | hsl(40, 47%, 14%) |
| CMYK | cmyk(0%, 21%, 64%, 80%) |
| LAB | lab(17.3 1.7 16.2) |
| LCH | lch(17.3 16.3 84.0) |
| OKLCH | oklch(0.288 0.039 83.4) |
Copy-ready code
/* CSS */
color: #342913;
background-color: #342913;
/* Tailwind (arbitrary) */
class="text-[#342913] bg-[#342913]"
/* SCSS */
$brand: #342913;
/* SwiftUI */
Color(red: 0.204, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#342913")Accessibility — WCAG contrast
Aa
#342913 on white: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342913 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow63.5%
Key (black)79.6%
Color previews
#342913 text on a black background
contrast 1.47:1
Card sample
#342913 text on a white background
contrast 14.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342913;
Background color
Panel with #342913 background
background-color: #342913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342913; background: linear-gradient(135deg, #342913, #293413);