#670fdf
a balanced, electric violet · warm · closest name: blue
RGB
103, 15, 223
HSL
265°, 87%, 47%
CMYK
54, 93, 0, 13
Luminance
0.0855
Every format
| HEX | #670fdf |
| RGB | rgb(103, 15, 223) |
| HSL | hsl(265, 87%, 47%) |
| CMYK | cmyk(54%, 93%, 0%, 13%) |
| LAB | lab(35.1 72.5 -84.9) |
| LCH | lch(35.1 111.6 310.5) |
| OKLCH | oklch(0.475 0.261 290.5) |
Copy-ready code
/* CSS */
color: #670fdf;
background-color: #670fdf;
/* Tailwind (arbitrary) */
class="text-[#670fdf] bg-[#670fdf]"
/* SCSS */
$brand: #670fdf;
/* SwiftUI */
Color(red: 0.404, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#670fdf")Accessibility — WCAG contrast
Aa
#670fdf on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#670fdf on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green5.9%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#670fdf text on a black background
contrast 2.71:1
Card sample
#670fdf text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #670fdf;
Background color
Panel with #670fdf background
background-color: #670fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #670fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #670fdf; background: linear-gradient(135deg, #670fdf, #DF0FCC);