#350013
a deep, electric magenta / pink · warm · closest name: black
RGB
53, 0, 19
HSL
339°, 100%, 10%
CMYK
0, 100, 64, 79
Luminance
0.0080
Every format
| HEX | #350013 |
| RGB | rgb(53, 0, 19) |
| HSL | hsl(339, 100%, 10%) |
| CMYK | cmyk(0%, 100%, 64%, 79%) |
| LAB | lab(7.3 27.5 2.7) |
| LCH | lch(7.3 27.6 5.6) |
| OKLCH | oklch(0.211 0.085 5.4) |
Copy-ready code
/* CSS */
color: #350013;
background-color: #350013;
/* Tailwind (arbitrary) */
class="text-[#350013] bg-[#350013]"
/* SCSS */
$brand: #350013;
/* SwiftUI */
Color(red: 0.208, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#350013")Accessibility — WCAG contrast
Aa
#350013 on white: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#350013 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow64.2%
Key (black)79.2%
Color previews
#350013 text on a black background
contrast 1.16:1
Card sample
#350013 text on a white background
contrast 18.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #350013;
Background color
Panel with #350013 background
background-color: #350013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #350013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #350013; background: linear-gradient(135deg, #350013, #351000);