#671df5
a balanced, electric violet · warm · closest name: blue
RGB
103, 29, 245
HSL
261°, 92%, 54%
CMYK
58, 88, 0, 4
Luminance
0.1035
Every format
| HEX | #671df5 |
| RGB | rgb(103, 29, 245) |
| HSL | hsl(261, 92%, 54%) |
| CMYK | cmyk(58%, 88%, 0%, 4%) |
| LAB | lab(38.5 74.6 -91.8) |
| LCH | lch(38.5 118.3 309.1) |
| OKLCH | oklch(0.505 0.276 286.4) |
Copy-ready code
/* CSS */
color: #671df5;
background-color: #671df5;
/* Tailwind (arbitrary) */
class="text-[#671df5] bg-[#671df5]"
/* SCSS */
$brand: #671df5;
/* SwiftUI */
Color(red: 0.404, green: 0.114, blue: 0.961)
/* Android */
Color.parseColor("#671df5")Accessibility — WCAG contrast
Aa
#671df5 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#671df5 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green11.4%
Blue96.1%
CMYK percentages
Cyan58.0%
Magenta88.2%
Yellow0.0%
Key (black)3.9%
Color previews
#671df5 text on a black background
contrast 3.07:1
Card sample
#671df5 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671df5;
Background color
Panel with #671df5 background
background-color: #671df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 29, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 29, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671df5; background: linear-gradient(135deg, #671df5, #F51DF3);