#671bdf
a balanced, electric violet · warm · closest name: blue
RGB
103, 27, 223
HSL
263°, 78%, 49%
CMYK
54, 88, 0, 13
Luminance
0.0900
Every format
| HEX | #671bdf |
| RGB | rgb(103, 27, 223) |
| HSL | hsl(263, 78%, 49%) |
| CMYK | cmyk(54%, 88%, 0%, 13%) |
| LAB | lab(36.0 69.9 -83.4) |
| LCH | lch(36.0 108.8 309.9) |
| OKLCH | oklch(0.481 0.256 290.0) |
Copy-ready code
/* CSS */
color: #671bdf;
background-color: #671bdf;
/* Tailwind (arbitrary) */
class="text-[#671bdf] bg-[#671bdf]"
/* SCSS */
$brand: #671bdf;
/* SwiftUI */
Color(red: 0.404, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#671bdf")Accessibility — WCAG contrast
Aa
#671bdf on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#671bdf on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green10.6%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#671bdf text on a black background
contrast 2.80:1
Card sample
#671bdf text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671bdf;
Background color
Panel with #671bdf background
background-color: #671bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671bdf; background: linear-gradient(135deg, #671bdf, #DF1BD4);