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