#671ade
a balanced, electric violet · warm · closest name: blue
RGB
103, 26, 222
HSL
264°, 79%, 49%
CMYK
54, 88, 0, 13
Luminance
0.0890
Every format
| HEX | #671ade |
| RGB | rgb(103, 26, 222) |
| HSL | hsl(264, 79%, 49%) |
| CMYK | cmyk(54%, 88%, 0%, 13%) |
| LAB | lab(35.8 69.9 -83.2) |
| LCH | lch(35.8 108.6 310.0) |
| OKLCH | oklch(0.479 0.255 290.3) |
Copy-ready code
/* CSS */
color: #671ade;
background-color: #671ade;
/* Tailwind (arbitrary) */
class="text-[#671ade] bg-[#671ade]"
/* SCSS */
$brand: #671ade;
/* SwiftUI */
Color(red: 0.404, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#671ade")Accessibility — WCAG contrast
Aa
#671ade on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#671ade on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green10.2%
Blue87.1%
CMYK percentages
Cyan53.6%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#671ade text on a black background
contrast 2.78:1
Card sample
#671ade text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671ade;
Background color
Panel with #671ade background
background-color: #671ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671ade; background: linear-gradient(135deg, #671ade, #DE1AD2);