#412c13
a deep, vivid orange · warm · closest name: black
RGB
65, 44, 19
HSL
33°, 55%, 17%
CMYK
0, 32, 71, 75
Luminance
0.0297
Every format
| HEX | #412c13 |
| RGB | rgb(65, 44, 19) |
| HSL | hsl(33, 55%, 17%) |
| CMYK | cmyk(0%, 32%, 71%, 75%) |
| LAB | lab(19.9 6.5 19.8) |
| LCH | lch(19.9 20.8 71.7) |
| OKLCH | oklch(0.312 0.049 69.0) |
Copy-ready code
/* CSS */
color: #412c13;
background-color: #412c13;
/* Tailwind (arbitrary) */
class="text-[#412c13] bg-[#412c13]"
/* SCSS */
$brand: #412c13;
/* SwiftUI */
Color(red: 0.255, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#412c13")Accessibility — WCAG contrast
Aa
#412c13 on white: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#412c13 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow70.8%
Key (black)74.5%
Color previews
#412c13 text on a black background
contrast 1.59:1
Card sample
#412c13 text on a white background
contrast 13.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #412c13;
Background color
Panel with #412c13 background
background-color: #412c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #412c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #412c13; background: linear-gradient(135deg, #412c13, #374113);