#672fda
a balanced, vivid violet · warm · closest name: navy
RGB
103, 47, 218
HSL
260°, 70%, 52%
CMYK
53, 78, 0, 15
Luminance
0.0998
Every format
| HEX | #672fda |
| RGB | rgb(103, 47, 218) |
| HSL | hsl(260, 70%, 52%) |
| CMYK | cmyk(53%, 78%, 0%, 15%) |
| LAB | lab(37.8 61.8 -77.5) |
| LCH | lch(37.8 99.1 308.5) |
| OKLCH | oklch(0.492 0.237 289.5) |
Copy-ready code
/* CSS */
color: #672fda;
background-color: #672fda;
/* Tailwind (arbitrary) */
class="text-[#672fda] bg-[#672fda]"
/* SCSS */
$brand: #672fda;
/* SwiftUI */
Color(red: 0.404, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#672fda")Accessibility — WCAG contrast
Aa
#672fda on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#672fda on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green18.4%
Blue85.5%
CMYK percentages
Cyan52.8%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#672fda text on a black background
contrast 3.00:1
Card sample
#672fda text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #672fda;
Background color
Panel with #672fda background
background-color: #672fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #672fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #672fda; background: linear-gradient(135deg, #672fda, #D92FDA);