#673cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
103, 60, 223
HSL
256°, 72%, 56%
CMYK
54, 73, 0, 13
Luminance
0.1144
Every format
| HEX | #673cdf |
| RGB | rgb(103, 60, 223) |
| HSL | hsl(256, 72%, 56%) |
| CMYK | cmyk(54%, 73%, 0%, 13%) |
| LAB | lab(40.3 57.2 -76.3) |
| LCH | lch(40.3 95.4 306.9) |
| OKLCH | oklch(0.511 0.230 287.3) |
Copy-ready code
/* CSS */
color: #673cdf;
background-color: #673cdf;
/* Tailwind (arbitrary) */
class="text-[#673cdf] bg-[#673cdf]"
/* SCSS */
$brand: #673cdf;
/* SwiftUI */
Color(red: 0.404, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#673cdf")Accessibility — WCAG contrast
Aa
#673cdf on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#673cdf on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green23.5%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#673cdf text on a black background
contrast 3.29:1
Card sample
#673cdf text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #673cdf;
Background color
Panel with #673cdf background
background-color: #673cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #673cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #673cdf; background: linear-gradient(135deg, #673cdf, #D43CDF);