#672cdf
a balanced, vivid violet · warm · closest name: blue
RGB
103, 44, 223
HSL
260°, 74%, 52%
CMYK
54, 80, 0, 13
Luminance
0.1001
Every format
| HEX | #672cdf |
| RGB | rgb(103, 44, 223) |
| HSL | hsl(260, 74%, 52%) |
| CMYK | cmyk(54%, 80%, 0%, 13%) |
| LAB | lab(37.9 64.3 -80.3) |
| LCH | lch(37.9 102.9 308.7) |
| OKLCH | oklch(0.494 0.244 288.9) |
Copy-ready code
/* CSS */
color: #672cdf;
background-color: #672cdf;
/* Tailwind (arbitrary) */
class="text-[#672cdf] bg-[#672cdf]"
/* SCSS */
$brand: #672cdf;
/* SwiftUI */
Color(red: 0.404, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#672cdf")Accessibility — WCAG contrast
Aa
#672cdf on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#672cdf on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green17.3%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#672cdf text on a black background
contrast 3.00:1
Card sample
#672cdf text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #672cdf;
Background color
Panel with #672cdf background
background-color: #672cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #672cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #672cdf; background: linear-gradient(135deg, #672cdf, #DE2CDF);