#642dfd
a balanced, electric violet · warm · closest name: blue
RGB
100, 45, 253
HSL
256°, 98%, 58%
CMYK
61, 82, 0, 1
Luminance
0.1168
Every format
| HEX | #642dfd |
| RGB | rgb(100, 45, 253) |
| HSL | hsl(256, 98%, 58%) |
| CMYK | cmyk(61%, 82%, 0%, 1%) |
| LAB | lab(40.7 71.3 -92.6) |
| LCH | lch(40.7 116.9 307.6) |
| OKLCH | oklch(0.521 0.275 283.5) |
Copy-ready code
/* CSS */
color: #642dfd;
background-color: #642dfd;
/* Tailwind (arbitrary) */
class="text-[#642dfd] bg-[#642dfd]"
/* SCSS */
$brand: #642dfd;
/* SwiftUI */
Color(red: 0.392, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#642dfd")Accessibility — WCAG contrast
Aa
#642dfd on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#642dfd on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green17.6%
Blue99.2%
CMYK percentages
Cyan60.5%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#642dfd text on a black background
contrast 3.34:1
Card sample
#642dfd text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #642dfd;
Background color
Panel with #642dfd background
background-color: #642dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #642dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #642dfd; background: linear-gradient(135deg, #642dfd, #EF2DFD);