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