#971069
a dark, electric magenta / pink · warm · closest name: purple
RGB
151, 16, 105
HSL
320°, 81%, 33%
CMYK
0, 89, 31, 41
Luminance
0.0797
Every format
| HEX | #971069 |
| RGB | rgb(151, 16, 105) |
| HSL | hsl(320, 81%, 33%) |
| CMYK | cmyk(0%, 89%, 31%, 41%) |
| LAB | lab(33.9 58.0 -15.1) |
| LCH | lch(33.9 59.9 345.4) |
| OKLCH | oklch(0.455 0.182 347.3) |
Copy-ready code
/* CSS */
color: #971069;
background-color: #971069;
/* Tailwind (arbitrary) */
class="text-[#971069] bg-[#971069]"
/* SCSS */
$brand: #971069;
/* SwiftUI */
Color(red: 0.592, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#971069")Accessibility — WCAG contrast
Aa
#971069 on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#971069 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow30.5%
Key (black)40.8%
Color previews
#971069 text on a black background
contrast 2.59:1
Card sample
#971069 text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #971069;
Background color
Panel with #971069 background
background-color: #971069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #971069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #971069; background: linear-gradient(135deg, #971069, #971110);