#320511
a deep, electric magenta / pink · warm · closest name: black
RGB
50, 5, 17
HSL
344°, 82%, 11%
CMYK
0, 90, 66, 80
Luminance
0.0083
Every format
| HEX | #320511 |
| RGB | rgb(50, 5, 17) |
| HSL | hsl(344, 82%, 11%) |
| CMYK | cmyk(0%, 90%, 66%, 80%) |
| LAB | lab(7.5 23.4 4.1) |
| LCH | lch(7.5 23.8 10.0) |
| OKLCH | oklch(0.211 0.072 9.8) |
Copy-ready code
/* CSS */
color: #320511;
background-color: #320511;
/* Tailwind (arbitrary) */
class="text-[#320511] bg-[#320511]"
/* SCSS */
$brand: #320511;
/* SwiftUI */
Color(red: 0.196, green: 0.020, blue: 0.067)
/* Android */
Color.parseColor("#320511")Accessibility — WCAG contrast
Aa
#320511 on white: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320511 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green2.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta90.0%
Yellow66.0%
Key (black)80.4%
Color previews
#320511 text on a black background
contrast 1.17:1
Card sample
#320511 text on a white background
contrast 18.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320511;
Background color
Panel with #320511 background
background-color: #320511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 5, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 5, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320511; background: linear-gradient(135deg, #320511, #321705);