#671eee
a balanced, electric violet · warm · closest name: blue
RGB
103, 30, 238
HSL
261°, 86%, 53%
CMYK
57, 87, 0, 7
Luminance
0.0999
Every format
| HEX | #671eee |
| RGB | rgb(103, 30, 238) |
| HSL | hsl(261, 86%, 53%) |
| CMYK | cmyk(57%, 87%, 0%, 7%) |
| LAB | lab(37.8 72.6 -88.9) |
| LCH | lch(37.8 114.8 309.2) |
| OKLCH | oklch(0.498 0.268 287.4) |
Copy-ready code
/* CSS */
color: #671eee;
background-color: #671eee;
/* Tailwind (arbitrary) */
class="text-[#671eee] bg-[#671eee]"
/* SCSS */
$brand: #671eee;
/* SwiftUI */
Color(red: 0.404, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#671eee")Accessibility — WCAG contrast
Aa
#671eee on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#671eee on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green11.8%
Blue93.3%
CMYK percentages
Cyan56.7%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#671eee text on a black background
contrast 3.00:1
Card sample
#671eee text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671eee;
Background color
Panel with #671eee background
background-color: #671eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671eee; background: linear-gradient(135deg, #671eee, #EE1EEA);