#671663
a deep, vivid magenta / pink · warm · closest name: purple
RGB
103, 22, 99
HSL
303°, 65%, 25%
CMYK
0, 79, 4, 60
Luminance
0.0436
Every format
| HEX | #671663 |
| RGB | rgb(103, 22, 99) |
| HSL | hsl(303, 65%, 25%) |
| CMYK | cmyk(0%, 79%, 4%, 60%) |
| LAB | lab(24.8 44.4 -26.1) |
| LCH | lch(24.8 51.5 329.6) |
| OKLCH | oklch(0.371 0.145 330.2) |
Copy-ready code
/* CSS */
color: #671663;
background-color: #671663;
/* Tailwind (arbitrary) */
class="text-[#671663] bg-[#671663]"
/* SCSS */
$brand: #671663;
/* SwiftUI */
Color(red: 0.404, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#671663")Accessibility — WCAG contrast
Aa
#671663 on white: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#671663 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow3.9%
Key (black)59.6%
Color previews
#671663 text on a black background
contrast 1.87:1
Card sample
#671663 text on a white background
contrast 11.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671663;
Background color
Panel with #671663 background
background-color: #671663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671663; background: linear-gradient(135deg, #671663, #67162D);