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