#561069
a deep, vivid violet · warm · closest name: purple
RGB
86, 16, 105
HSL
287°, 74%, 24%
CMYK
18, 85, 0, 59
Luminance
0.0337
Every format
| HEX | #561069 |
| RGB | rgb(86, 16, 105) |
| HSL | hsl(287, 74%, 24%) |
| CMYK | cmyk(18%, 85%, 0%, 59%) |
| LAB | lab(21.5 43.7 -35.5) |
| LCH | lch(21.5 56.4 320.9) |
| OKLCH | oklch(0.343 0.148 317.6) |
Copy-ready code
/* CSS */
color: #561069;
background-color: #561069;
/* Tailwind (arbitrary) */
class="text-[#561069] bg-[#561069]"
/* SCSS */
$brand: #561069;
/* SwiftUI */
Color(red: 0.337, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#561069")Accessibility — WCAG contrast
Aa
#561069 on white: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#561069 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green6.3%
Blue41.2%
CMYK percentages
Cyan18.1%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#561069 text on a black background
contrast 1.67:1
Card sample
#561069 text on a white background
contrast 12.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #561069;
Background color
Panel with #561069 background
background-color: #561069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #561069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #561069; background: linear-gradient(135deg, #561069, #691041);