#402811
a deep, vivid orange · warm · closest name: black
RGB
64, 40, 17
HSL
29°, 58%, 16%
CMYK
0, 38, 73, 75
Luminance
0.0265
Every format
| HEX | #402811 |
| RGB | rgb(64, 40, 17) |
| HSL | hsl(29, 58%, 16%) |
| CMYK | cmyk(0%, 38%, 73%, 75%) |
| LAB | lab(18.6 8.5 19.4) |
| LCH | lch(18.6 21.2 66.2) |
| OKLCH | oklch(0.301 0.051 62.6) |
Copy-ready code
/* CSS */
color: #402811;
background-color: #402811;
/* Tailwind (arbitrary) */
class="text-[#402811] bg-[#402811]"
/* SCSS */
$brand: #402811;
/* SwiftUI */
Color(red: 0.251, green: 0.157, blue: 0.067)
/* Android */
Color.parseColor("#402811")Accessibility — WCAG contrast
Aa
#402811 on white: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402811 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green15.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow73.4%
Key (black)74.9%
Color previews
#402811 text on a black background
contrast 1.53:1
Card sample
#402811 text on a white background
contrast 13.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402811;
Background color
Panel with #402811 background
background-color: #402811;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402811;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 40, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 40, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402811; background: linear-gradient(135deg, #402811, #394011);