#671fdf
a balanced, electric violet · warm · closest name: blue
RGB
103, 31, 223
HSL
263°, 76%, 50%
CMYK
54, 86, 0, 13
Luminance
0.0919
Every format
| HEX | #671fdf |
| RGB | rgb(103, 31, 223) |
| HSL | hsl(263, 76%, 50%) |
| CMYK | cmyk(54%, 86%, 0%, 13%) |
| LAB | lab(36.4 68.8 -82.8) |
| LCH | lch(36.4 107.6 309.7) |
| OKLCH | oklch(0.483 0.253 289.8) |
Copy-ready code
/* CSS */
color: #671fdf;
background-color: #671fdf;
/* Tailwind (arbitrary) */
class="text-[#671fdf] bg-[#671fdf]"
/* SCSS */
$brand: #671fdf;
/* SwiftUI */
Color(red: 0.404, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#671fdf")Accessibility — WCAG contrast
Aa
#671fdf on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#671fdf on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green12.2%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#671fdf text on a black background
contrast 2.84:1
Card sample
#671fdf text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671fdf;
Background color
Panel with #671fdf background
background-color: #671fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671fdf; background: linear-gradient(135deg, #671fdf, #DF1FD7);