#671dfd
a balanced, electric violet · warm · closest name: blue
RGB
103, 29, 253
HSL
260°, 98%, 55%
CMYK
59, 89, 0, 1
Luminance
0.1085
Every format
| HEX | #671dfd |
| RGB | rgb(103, 29, 253) |
| HSL | hsl(260, 98%, 55%) |
| CMYK | cmyk(59%, 89%, 0%, 1%) |
| LAB | lab(39.3 76.5 -94.9) |
| LCH | lch(39.3 121.8 308.9) |
| OKLCH | oklch(0.513 0.283 285.3) |
Copy-ready code
/* CSS */
color: #671dfd;
background-color: #671dfd;
/* Tailwind (arbitrary) */
class="text-[#671dfd] bg-[#671dfd]"
/* SCSS */
$brand: #671dfd;
/* SwiftUI */
Color(red: 0.404, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#671dfd")Accessibility — WCAG contrast
Aa
#671dfd on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#671dfd on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green11.4%
Blue99.2%
CMYK percentages
Cyan59.3%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#671dfd text on a black background
contrast 3.17:1
Card sample
#671dfd text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671dfd;
Background color
Panel with #671dfd background
background-color: #671dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671dfd; background: linear-gradient(135deg, #671dfd, #FC1DFD);