#661069
a deep, vivid magenta / pink · warm · closest name: purple
RGB
102, 16, 105
HSL
298°, 74%, 24%
CMYK
3, 85, 0, 59
Luminance
0.0422
Every format
| HEX | #661069 |
| RGB | rgb(102, 16, 105) |
| HSL | hsl(298, 74%, 24%) |
| CMYK | cmyk(3%, 85%, 0%, 59%) |
| LAB | lab(24.4 47.0 -30.7) |
| LCH | lch(24.4 56.2 326.9) |
| OKLCH | oklch(0.369 0.155 326.6) |
Copy-ready code
/* CSS */
color: #661069;
background-color: #661069;
/* Tailwind (arbitrary) */
class="text-[#661069] bg-[#661069]"
/* SCSS */
$brand: #661069;
/* SwiftUI */
Color(red: 0.400, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#661069")Accessibility — WCAG contrast
Aa
#661069 on white: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#661069 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green6.3%
Blue41.2%
CMYK percentages
Cyan2.9%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#661069 text on a black background
contrast 1.84:1
Card sample
#661069 text on a white background
contrast 11.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #661069;
Background color
Panel with #661069 background
background-color: #661069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #661069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #661069; background: linear-gradient(135deg, #661069, #691031);