#741069
a dark, electric magenta / pink · warm · closest name: purple
RGB
116, 16, 105
HSL
307°, 76%, 26%
CMYK
0, 86, 10, 55
Luminance
0.0510
Every format
| HEX | #741069 |
| RGB | rgb(116, 16, 105) |
| HSL | hsl(307, 76%, 26%) |
| CMYK | cmyk(0%, 86%, 10%, 55%) |
| LAB | lab(27.0 50.1 -26.3) |
| LCH | lch(27.0 56.6 332.3) |
| OKLCH | oklch(0.393 0.162 333.5) |
Copy-ready code
/* CSS */
color: #741069;
background-color: #741069;
/* Tailwind (arbitrary) */
class="text-[#741069] bg-[#741069]"
/* SCSS */
$brand: #741069;
/* SwiftUI */
Color(red: 0.455, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#741069")Accessibility — WCAG contrast
Aa
#741069 on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#741069 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta86.2%
Yellow9.5%
Key (black)54.5%
Color previews
#741069 text on a black background
contrast 2.02:1
Card sample
#741069 text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741069;
Background color
Panel with #741069 background
background-color: #741069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741069; background: linear-gradient(135deg, #741069, #741026);