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