#402613
a deep, vivid orange · warm · closest name: black
RGB
64, 38, 19
HSL
25°, 54%, 16%
CMYK
0, 41, 70, 75
Luminance
0.0252
Every format
| HEX | #402613 |
| RGB | rgb(64, 38, 19) |
| HSL | hsl(25, 54%, 16%) |
| CMYK | cmyk(0%, 41%, 70%, 75%) |
| LAB | lab(18.0 10.0 17.5) |
| LCH | lch(18.0 20.2 60.2) |
| OKLCH | oklch(0.297 0.050 55.6) |
Copy-ready code
/* CSS */
color: #402613;
background-color: #402613;
/* Tailwind (arbitrary) */
class="text-[#402613] bg-[#402613]"
/* SCSS */
$brand: #402613;
/* SwiftUI */
Color(red: 0.251, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#402613")Accessibility — WCAG contrast
Aa
#402613 on white: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#402613 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green14.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow70.3%
Key (black)74.9%
Color previews
#402613 text on a black background
contrast 1.50:1
Card sample
#402613 text on a white background
contrast 13.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #402613;
Background color
Panel with #402613 background
background-color: #402613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #402613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #402613; background: linear-gradient(135deg, #402613, #3C4013);