#670ade
a balanced, electric violet · warm · closest name: blue
RGB
103, 10, 222
HSL
266°, 91%, 46%
CMYK
54, 96, 0, 13
Luminance
0.0837
Every format
| HEX | #670ade |
| RGB | rgb(103, 10, 222) |
| HSL | hsl(266, 91%, 46%) |
| CMYK | cmyk(54%, 96%, 0%, 13%) |
| LAB | lab(34.8 73.0 -84.9) |
| LCH | lch(34.8 112.0 310.7) |
| OKLCH | oklch(0.472 0.261 290.9) |
Copy-ready code
/* CSS */
color: #670ade;
background-color: #670ade;
/* Tailwind (arbitrary) */
class="text-[#670ade] bg-[#670ade]"
/* SCSS */
$brand: #670ade;
/* SwiftUI */
Color(red: 0.404, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#670ade")Accessibility — WCAG contrast
Aa
#670ade on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#670ade on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green3.9%
Blue87.1%
CMYK percentages
Cyan53.6%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#670ade text on a black background
contrast 2.67:1
Card sample
#670ade text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #670ade;
Background color
Panel with #670ade background
background-color: #670ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #670ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #670ade; background: linear-gradient(135deg, #670ade, #DE0AC8);