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