#402a21
a deep, soft orange · warm · closest name: black
RGB
64, 42, 33
HSL
17°, 32%, 19%
CMYK
0, 34, 48, 75
Luminance
0.0286
Every format
| HEX | #402a21 |
| RGB | rgb(64, 42, 33) |
| HSL | hsl(17, 32%, 19%) |
| CMYK | cmyk(0%, 34%, 48%, 75%) |
| LAB | lab(19.5 8.9 10.0) |
| LCH | lch(19.5 13.4 48.3) |
| OKLCH | oklch(0.309 0.037 43.1) |
Copy-ready code
/* CSS */
color: #402a21;
background-color: #402a21;
/* Tailwind (arbitrary) */
class="text-[#402a21] bg-[#402a21]"
/* SCSS */
$brand: #402a21;
/* SwiftUI */
Color(red: 0.251, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#402a21")Accessibility — WCAG contrast
Aa
#402a21 on white: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402a21 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow48.4%
Key (black)74.9%
Color previews
#402a21 text on a black background
contrast 1.57:1
Card sample
#402a21 text on a white background
contrast 13.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402a21;
Background color
Panel with #402a21 background
background-color: #402a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402a21; background: linear-gradient(135deg, #402a21, #403F21);