#330011
a deep, electric magenta / pink · warm · closest name: black
RGB
51, 0, 17
HSL
340°, 100%, 10%
CMYK
0, 100, 67, 80
Luminance
0.0074
Every format
| HEX | #330011 |
| RGB | rgb(51, 0, 17) |
| HSL | hsl(340, 100%, 10%) |
| CMYK | cmyk(0%, 100%, 67%, 80%) |
| LAB | lab(6.7 26.5 3.1) |
| LCH | lch(6.7 26.7 6.6) |
| OKLCH | oklch(0.206 0.083 6.7) |
Copy-ready code
/* CSS */
color: #330011;
background-color: #330011;
/* Tailwind (arbitrary) */
class="text-[#330011] bg-[#330011]"
/* SCSS */
$brand: #330011;
/* SwiftUI */
Color(red: 0.200, green: 0.000, blue: 0.067)
/* Android */
Color.parseColor("#330011")Accessibility — WCAG contrast
Aa
#330011 on white: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330011 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green0.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow66.7%
Key (black)80.0%
Color previews
#330011 text on a black background
contrast 1.15:1
Card sample
#330011 text on a white background
contrast 18.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330011;
Background color
Panel with #330011 background
background-color: #330011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 0, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 0, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330011; background: linear-gradient(135deg, #330011, #331100);