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