#670cdf
a balanced, electric violet · warm · closest name: blue
RGB
103, 12, 223
HSL
266°, 90%, 46%
CMYK
54, 95, 0, 13
Luminance
0.0847
Every format
| HEX | #670cdf |
| RGB | rgb(103, 12, 223) |
| HSL | hsl(266, 90%, 46%) |
| CMYK | cmyk(54%, 95%, 0%, 13%) |
| LAB | lab(35.0 73.0 -85.1) |
| LCH | lch(35.0 112.1 310.6) |
| OKLCH | oklch(0.474 0.262 290.6) |
Copy-ready code
/* CSS */
color: #670cdf;
background-color: #670cdf;
/* Tailwind (arbitrary) */
class="text-[#670cdf] bg-[#670cdf]"
/* SCSS */
$brand: #670cdf;
/* SwiftUI */
Color(red: 0.404, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#670cdf")Accessibility — WCAG contrast
Aa
#670cdf on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#670cdf on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green4.7%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#670cdf text on a black background
contrast 2.69:1
Card sample
#670cdf text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #670cdf;
Background color
Panel with #670cdf background
background-color: #670cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #670cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #670cdf; background: linear-gradient(135deg, #670cdf, #DF0CCA);