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