#41301d
a deep, soft orange · warm · closest name: black
RGB
65, 48, 29
HSL
32°, 38%, 18%
CMYK
0, 26, 55, 75
Luminance
0.0333
Every format
| HEX | #41301d |
| RGB | rgb(65, 48, 29) |
| HSL | hsl(32, 38%, 18%) |
| CMYK | cmyk(0%, 26%, 55%, 75%) |
| LAB | lab(21.3 4.9 15.1) |
| LCH | lch(21.3 15.9 72.1) |
| OKLCH | oklch(0.323 0.039 68.8) |
Copy-ready code
/* CSS */
color: #41301d;
background-color: #41301d;
/* Tailwind (arbitrary) */
class="text-[#41301d] bg-[#41301d]"
/* SCSS */
$brand: #41301d;
/* SwiftUI */
Color(red: 0.255, green: 0.188, blue: 0.114)
/* Android */
Color.parseColor("#41301d")Accessibility — WCAG contrast
Aa
#41301d on white: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#41301d on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green18.8%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow55.4%
Key (black)74.5%
Color previews
#41301d text on a black background
contrast 1.67:1
Card sample
#41301d text on a white background
contrast 12.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41301d;
Background color
Panel with #41301d background
background-color: #41301d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41301d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 48, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 48, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41301d; background: linear-gradient(135deg, #41301d, #3A411D);