#941069
a dark, electric magenta / pink · warm · closest name: purple
RGB
148, 16, 105
HSL
320°, 81%, 32%
CMYK
0, 89, 29, 42
Luminance
0.0769
Every format
| HEX | #941069 |
| RGB | rgb(148, 16, 105) |
| HSL | hsl(320, 81%, 32%) |
| CMYK | cmyk(0%, 89%, 29%, 42%) |
| LAB | lab(33.3 57.3 -16.0) |
| LCH | lch(33.3 59.5 344.4) |
| OKLCH | oklch(0.449 0.180 346.3) |
Copy-ready code
/* CSS */
color: #941069;
background-color: #941069;
/* Tailwind (arbitrary) */
class="text-[#941069] bg-[#941069]"
/* SCSS */
$brand: #941069;
/* SwiftUI */
Color(red: 0.580, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#941069")Accessibility — WCAG contrast
Aa
#941069 on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#941069 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow29.1%
Key (black)42.0%
Color previews
#941069 text on a black background
contrast 2.54:1
Card sample
#941069 text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #941069;
Background color
Panel with #941069 background
background-color: #941069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #941069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #941069; background: linear-gradient(135deg, #941069, #941011);