#931069
a dark, electric magenta / pink · warm · closest name: purple
RGB
147, 16, 105
HSL
319°, 80%, 32%
CMYK
0, 89, 29, 42
Luminance
0.0759
Every format
| HEX | #931069 |
| RGB | rgb(147, 16, 105) |
| HSL | hsl(319, 80%, 32%) |
| CMYK | cmyk(0%, 89%, 29%, 42%) |
| LAB | lab(33.1 57.1 -16.4) |
| LCH | lch(33.1 59.4 344.0) |
| OKLCH | oklch(0.447 0.179 346.0) |
Copy-ready code
/* CSS */
color: #931069;
background-color: #931069;
/* Tailwind (arbitrary) */
class="text-[#931069] bg-[#931069]"
/* SCSS */
$brand: #931069;
/* SwiftUI */
Color(red: 0.576, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#931069")Accessibility — WCAG contrast
Aa
#931069 on white: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#931069 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow28.6%
Key (black)42.4%
Color previews
#931069 text on a black background
contrast 2.52:1
Card sample
#931069 text on a white background
contrast 8.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #931069;
Background color
Panel with #931069 background
background-color: #931069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #931069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #931069; background: linear-gradient(135deg, #931069, #931012);