#460607
a deep, electric red · warm · closest name: maroon
RGB
70, 6, 7
HSL
359°, 84%, 15%
CMYK
0, 91, 90, 73
Luminance
0.0145
Every format
| HEX | #460607 |
| RGB | rgb(70, 6, 7) |
| HSL | hsl(359, 84%, 15%) |
| CMYK | cmyk(0%, 91%, 90%, 73%) |
| LAB | lab(12.3 29.4 16.3) |
| LCH | lch(12.3 33.6 29.0) |
| OKLCH | oklch(0.255 0.094 26.4) |
Copy-ready code
/* CSS */
color: #460607;
background-color: #460607;
/* Tailwind (arbitrary) */
class="text-[#460607] bg-[#460607]"
/* SCSS */
$brand: #460607;
/* SwiftUI */
Color(red: 0.275, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#460607")Accessibility — WCAG contrast
Aa
#460607 on white: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#460607 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow90.0%
Key (black)72.5%
Color previews
#460607 text on a black background
contrast 1.29:1
Card sample
#460607 text on a white background
contrast 16.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #460607;
Background color
Panel with #460607 background
background-color: #460607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #460607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #460607; background: linear-gradient(135deg, #460607, #463006);