#460c39
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
70, 12, 57
HSL
313°, 71%, 16%
CMYK
0, 83, 19, 73
Luminance
0.0186
Every format
| HEX | #460c39 |
| RGB | rgb(70, 12, 57) |
| HSL | hsl(313, 71%, 16%) |
| CMYK | cmyk(0%, 83%, 19%, 73%) |
| LAB | lab(14.7 32.2 -13.8) |
| LCH | lch(14.7 35.0 336.8) |
| OKLCH | oklch(0.279 0.102 338.7) |
Copy-ready code
/* CSS */
color: #460c39;
background-color: #460c39;
/* Tailwind (arbitrary) */
class="text-[#460c39] bg-[#460c39]"
/* SCSS */
$brand: #460c39;
/* SwiftUI */
Color(red: 0.275, green: 0.047, blue: 0.224)
/* Android */
Color.parseColor("#460c39")Accessibility — WCAG contrast
Aa
#460c39 on white: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#460c39 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green4.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta82.9%
Yellow18.6%
Key (black)72.5%
Color previews
#460c39 text on a black background
contrast 1.37:1
Card sample
#460c39 text on a white background
contrast 15.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #460c39;
Background color
Panel with #460c39 background
background-color: #460c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #460c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 12, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 12, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #460c39; background: linear-gradient(135deg, #460c39, #460C12);