#662fdf
a balanced, vivid violet · warm · closest name: blue
RGB
102, 47, 223
HSL
259°, 73%, 53%
CMYK
54, 79, 0, 13
Luminance
0.1019
Every format
| HEX | #662fdf |
| RGB | rgb(102, 47, 223) |
| HSL | hsl(259, 73%, 53%) |
| CMYK | cmyk(54%, 79%, 0%, 13%) |
| LAB | lab(38.2 63.0 -79.8) |
| LCH | lch(38.2 101.7 308.3) |
| OKLCH | oklch(0.496 0.242 288.3) |
Copy-ready code
/* CSS */
color: #662fdf;
background-color: #662fdf;
/* Tailwind (arbitrary) */
class="text-[#662fdf] bg-[#662fdf]"
/* SCSS */
$brand: #662fdf;
/* SwiftUI */
Color(red: 0.400, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#662fdf")Accessibility — WCAG contrast
Aa
#662fdf on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#662fdf on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green18.4%
Blue87.5%
CMYK percentages
Cyan54.3%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#662fdf text on a black background
contrast 3.04:1
Card sample
#662fdf text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #662fdf;
Background color
Panel with #662fdf background
background-color: #662fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #662fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #662fdf; background: linear-gradient(135deg, #662fdf, #DB2FDF);