#320113
a deep, electric magenta / pink · warm · closest name: black
RGB
50, 1, 19
HSL
338°, 96%, 10%
CMYK
0, 98, 62, 80
Luminance
0.0075
Every format
| HEX | #320113 |
| RGB | rgb(50, 1, 19) |
| HSL | hsl(338, 96%, 10%) |
| CMYK | cmyk(0%, 98%, 62%, 80%) |
| LAB | lab(6.8 25.8 1.9) |
| LCH | lch(6.8 25.9 4.1) |
| OKLCH | oklch(0.206 0.080 4.1) |
Copy-ready code
/* CSS */
color: #320113;
background-color: #320113;
/* Tailwind (arbitrary) */
class="text-[#320113] bg-[#320113]"
/* SCSS */
$brand: #320113;
/* SwiftUI */
Color(red: 0.196, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#320113")Accessibility — WCAG contrast
Aa
#320113 on white: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320113 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow62.0%
Key (black)80.4%
Color previews
#320113 text on a black background
contrast 1.15:1
Card sample
#320113 text on a white background
contrast 18.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320113;
Background color
Panel with #320113 background
background-color: #320113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320113; background: linear-gradient(135deg, #320113, #321001);