#460613
a deep, electric red · warm · closest name: black
RGB
70, 6, 19
HSL
348°, 84%, 15%
CMYK
0, 91, 73, 73
Luminance
0.0148
Every format
| HEX | #460613 |
| RGB | rgb(70, 6, 19) |
| HSL | hsl(348, 84%, 15%) |
| CMYK | cmyk(0%, 91%, 73%, 73%) |
| LAB | lab(12.5 30.0 10.7) |
| LCH | lch(12.5 31.8 19.6) |
| OKLCH | oklch(0.257 0.093 16.2) |
Copy-ready code
/* CSS */
color: #460613;
background-color: #460613;
/* Tailwind (arbitrary) */
class="text-[#460613] bg-[#460613]"
/* SCSS */
$brand: #460613;
/* SwiftUI */
Color(red: 0.275, green: 0.024, blue: 0.075)
/* Android */
Color.parseColor("#460613")Accessibility — WCAG contrast
Aa
#460613 on white: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#460613 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green2.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow72.9%
Key (black)72.5%
Color previews
#460613 text on a black background
contrast 1.30:1
Card sample
#460613 text on a white background
contrast 16.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #460613;
Background color
Panel with #460613 background
background-color: #460613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #460613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 6, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 6, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #460613; background: linear-gradient(135deg, #460613, #462406);