#413521
a deep, soft orange · warm · closest name: darkslategray
RGB
65, 53, 33
HSL
38°, 33%, 19%
CMYK
0, 19, 49, 75
Luminance
0.0378
Every format
| HEX | #413521 |
| RGB | rgb(65, 53, 33) |
| HSL | hsl(38, 33%, 19%) |
| CMYK | cmyk(0%, 19%, 49%, 75%) |
| LAB | lab(22.9 2.1 14.6) |
| LCH | lch(22.9 14.8 81.9) |
| OKLCH | oklch(0.336 0.036 79.8) |
Copy-ready code
/* CSS */
color: #413521;
background-color: #413521;
/* Tailwind (arbitrary) */
class="text-[#413521] bg-[#413521]"
/* SCSS */
$brand: #413521;
/* SwiftUI */
Color(red: 0.255, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#413521")Accessibility — WCAG contrast
Aa
#413521 on white: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#413521 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow49.2%
Key (black)74.5%
Color previews
#413521 text on a black background
contrast 1.76:1
Card sample
#413521 text on a white background
contrast 11.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #413521;
Background color
Panel with #413521 background
background-color: #413521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #413521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #413521; background: linear-gradient(135deg, #413521, #384121);