#671dfb
a balanced, electric violet · warm · closest name: blue
RGB
103, 29, 251
HSL
260°, 97%, 55%
CMYK
59, 88, 0, 2
Luminance
0.1073
Every format
| HEX | #671dfb |
| RGB | rgb(103, 29, 251) |
| HSL | hsl(260, 97%, 55%) |
| CMYK | cmyk(59%, 88%, 0%, 2%) |
| LAB | lab(39.1 76.0 -94.1) |
| LCH | lch(39.1 121.0 308.9) |
| OKLCH | oklch(0.511 0.281 285.6) |
Copy-ready code
/* CSS */
color: #671dfb;
background-color: #671dfb;
/* Tailwind (arbitrary) */
class="text-[#671dfb] bg-[#671dfb]"
/* SCSS */
$brand: #671dfb;
/* SwiftUI */
Color(red: 0.404, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#671dfb")Accessibility — WCAG contrast
Aa
#671dfb on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#671dfb on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green11.4%
Blue98.4%
CMYK percentages
Cyan59.0%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#671dfb text on a black background
contrast 3.15:1
Card sample
#671dfb text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671dfb;
Background color
Panel with #671dfb background
background-color: #671dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671dfb; background: linear-gradient(135deg, #671dfb, #FB1DFB);