#403421
a deep, soft orange · warm · closest name: darkslategray
RGB
64, 52, 33
HSL
37°, 32%, 19%
CMYK
0, 19, 48, 75
Luminance
0.0366
Every format
| HEX | #403421 |
| RGB | rgb(64, 52, 33) |
| HSL | hsl(37, 32%, 19%) |
| CMYK | cmyk(0%, 19%, 48%, 75%) |
| LAB | lab(22.5 2.2 14.0) |
| LCH | lch(22.5 14.2 81.0) |
| OKLCH | oklch(0.333 0.035 78.6) |
Copy-ready code
/* CSS */
color: #403421;
background-color: #403421;
/* Tailwind (arbitrary) */
class="text-[#403421] bg-[#403421]"
/* SCSS */
$brand: #403421;
/* SwiftUI */
Color(red: 0.251, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#403421")Accessibility — WCAG contrast
Aa
#403421 on white: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#403421 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow48.4%
Key (black)74.9%
Color previews
#403421 text on a black background
contrast 1.73:1
Card sample
#403421 text on a white background
contrast 12.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #403421;
Background color
Panel with #403421 background
background-color: #403421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #403421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #403421; background: linear-gradient(135deg, #403421, #374021);