#850068
a dark, electric magenta / pink · warm · closest name: purple
RGB
133, 0, 104
HSL
313°, 100%, 26%
CMYK
0, 100, 22, 48
Luminance
0.0599
Every format
| HEX | #850068 |
| RGB | rgb(133, 0, 104) |
| HSL | hsl(313, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 22%, 48%) |
| LAB | lab(29.4 56.4 -21.8) |
| LCH | lch(29.4 60.5 338.9) |
| OKLCH | oklch(0.415 0.180 340.9) |
Copy-ready code
/* CSS */
color: #850068;
background-color: #850068;
/* Tailwind (arbitrary) */
class="text-[#850068] bg-[#850068]"
/* SCSS */
$brand: #850068;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.408)
/* Android */
Color.parseColor("#850068")Accessibility — WCAG contrast
Aa
#850068 on white: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850068 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow21.8%
Key (black)47.8%
Color previews
#850068 text on a black background
contrast 2.20:1
Card sample
#850068 text on a white background
contrast 9.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850068;
Background color
Panel with #850068 background
background-color: #850068;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850068;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850068; background: linear-gradient(135deg, #850068, #85000F);