#571069
a deep, vivid violet · warm · closest name: purple
RGB
87, 16, 105
HSL
288°, 74%, 24%
CMYK
17, 85, 0, 59
Luminance
0.0342
Every format
| HEX | #571069 |
| RGB | rgb(87, 16, 105) |
| HSL | hsl(288, 74%, 24%) |
| CMYK | cmyk(17%, 85%, 0%, 59%) |
| LAB | lab(21.6 43.9 -35.3) |
| LCH | lch(21.6 56.3 321.3) |
| OKLCH | oklch(0.344 0.149 318.2) |
Copy-ready code
/* CSS */
color: #571069;
background-color: #571069;
/* Tailwind (arbitrary) */
class="text-[#571069] bg-[#571069]"
/* SCSS */
$brand: #571069;
/* SwiftUI */
Color(red: 0.341, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#571069")Accessibility — WCAG contrast
Aa
#571069 on white: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#571069 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green6.3%
Blue41.2%
CMYK percentages
Cyan17.1%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#571069 text on a black background
contrast 1.68:1
Card sample
#571069 text on a white background
contrast 12.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #571069;
Background color
Panel with #571069 background
background-color: #571069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #571069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #571069; background: linear-gradient(135deg, #571069, #691040);