#672dfd
a balanced, electric violet · warm · closest name: blue
RGB
103, 45, 253
HSL
257°, 98%, 58%
CMYK
59, 82, 0, 1
Luminance
0.1185
Every format
| HEX | #672dfd |
| RGB | rgb(103, 45, 253) |
| HSL | hsl(257, 98%, 58%) |
| CMYK | cmyk(59%, 82%, 0%, 1%) |
| LAB | lab(41.0 71.6 -92.2) |
| LCH | lch(41.0 116.7 307.8) |
| OKLCH | oklch(0.524 0.274 284.5) |
Copy-ready code
/* CSS */
color: #672dfd;
background-color: #672dfd;
/* Tailwind (arbitrary) */
class="text-[#672dfd] bg-[#672dfd]"
/* SCSS */
$brand: #672dfd;
/* SwiftUI */
Color(red: 0.404, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#672dfd")Accessibility — WCAG contrast
Aa
#672dfd on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#672dfd on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green17.6%
Blue99.2%
CMYK percentages
Cyan59.3%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#672dfd text on a black background
contrast 3.37:1
Card sample
#672dfd text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #672dfd;
Background color
Panel with #672dfd background
background-color: #672dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #672dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #672dfd; background: linear-gradient(135deg, #672dfd, #F22DFD);