#402315
a deep, vivid orange · warm · closest name: black
RGB
64, 35, 21
HSL
20°, 51%, 17%
CMYK
0, 45, 67, 75
Luminance
0.0235
Every format
| HEX | #402315 |
| RGB | rgb(64, 35, 21) |
| HSL | hsl(20, 51%, 17%) |
| CMYK | cmyk(0%, 45%, 67%, 75%) |
| LAB | lab(17.2 12.2 15.2) |
| LCH | lch(17.2 19.5 51.2) |
| OKLCH | oklch(0.291 0.050 45.9) |
Copy-ready code
/* CSS */
color: #402315;
background-color: #402315;
/* Tailwind (arbitrary) */
class="text-[#402315] bg-[#402315]"
/* SCSS */
$brand: #402315;
/* SwiftUI */
Color(red: 0.251, green: 0.137, blue: 0.082)
/* Android */
Color.parseColor("#402315")Accessibility — WCAG contrast
Aa
#402315 on white: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402315 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green13.7%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow67.2%
Key (black)74.9%
Color previews
#402315 text on a black background
contrast 1.47:1
Card sample
#402315 text on a white background
contrast 14.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402315;
Background color
Panel with #402315 background
background-color: #402315;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402315;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 35, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 35, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402315; background: linear-gradient(135deg, #402315, #404015);