#460113
a deep, electric magenta / pink · warm · closest name: maroon
RGB
70, 1, 19
HSL
344°, 97%, 14%
CMYK
0, 99, 73, 73
Luminance
0.0137
Every format
| HEX | #460113 |
| RGB | rgb(70, 1, 19) |
| HSL | hsl(344, 97%, 14%) |
| CMYK | cmyk(0%, 99%, 73%, 73%) |
| LAB | lab(11.8 32.0 9.7) |
| LCH | lch(11.8 33.5 16.8) |
| OKLCH | oklch(0.252 0.099 14.0) |
Copy-ready code
/* CSS */
color: #460113;
background-color: #460113;
/* Tailwind (arbitrary) */
class="text-[#460113] bg-[#460113]"
/* SCSS */
$brand: #460113;
/* SwiftUI */
Color(red: 0.275, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#460113")Accessibility — WCAG contrast
Aa
#460113 on white: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#460113 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow72.9%
Key (black)72.5%
Color previews
#460113 text on a black background
contrast 1.27:1
Card sample
#460113 text on a white background
contrast 16.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #460113;
Background color
Panel with #460113 background
background-color: #460113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #460113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #460113; background: linear-gradient(135deg, #460113, #461D01);