#330516
a deep, electric magenta / pink · warm · closest name: black
RGB
51, 5, 22
HSL
338°, 82%, 11%
CMYK
0, 90, 57, 80
Luminance
0.0087
Every format
| HEX | #330516 |
| RGB | rgb(51, 5, 22) |
| HSL | hsl(338, 82%, 11%) |
| CMYK | cmyk(0%, 90%, 57%, 80%) |
| LAB | lab(7.9 24.3 1.5) |
| LCH | lch(7.9 24.4 3.5) |
| OKLCH | oklch(0.215 0.075 3.2) |
Copy-ready code
/* CSS */
color: #330516;
background-color: #330516;
/* Tailwind (arbitrary) */
class="text-[#330516] bg-[#330516]"
/* SCSS */
$brand: #330516;
/* SwiftUI */
Color(red: 0.200, green: 0.020, blue: 0.086)
/* Android */
Color.parseColor("#330516")Accessibility — WCAG contrast
Aa
#330516 on white: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330516 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green2.0%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow56.9%
Key (black)80.0%
Color previews
#330516 text on a black background
contrast 1.17:1
Card sample
#330516 text on a white background
contrast 17.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330516;
Background color
Panel with #330516 background
background-color: #330516;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330516;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 5, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 5, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330516; background: linear-gradient(135deg, #330516, #331305);