#645df2
a light, electric blue · warm · closest name: slateblue
RGB
100, 93, 242
HSL
243°, 85%, 66%
CMYK
59, 62, 0, 5
Luminance
0.1695
Every format
| HEX | #645df2 |
| RGB | rgb(100, 93, 242) |
| HSL | hsl(243, 85%, 66%) |
| CMYK | cmyk(59%, 62%, 0%, 5%) |
| LAB | lab(48.2 44.5 -74.2) |
| LCH | lch(48.2 86.5 301.0) |
| OKLCH | oklch(0.572 0.216 279.2) |
Copy-ready code
/* CSS */
color: #645df2;
background-color: #645df2;
/* Tailwind (arbitrary) */
class="text-[#645df2] bg-[#645df2]"
/* SCSS */
$brand: #645df2;
/* SwiftUI */
Color(red: 0.392, green: 0.365, blue: 0.949)
/* Android */
Color.parseColor("#645df2")Accessibility — WCAG contrast
Aa
#645df2 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#645df2 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green36.5%
Blue94.9%
CMYK percentages
Cyan58.7%
Magenta61.6%
Yellow0.0%
Key (black)5.1%
Color previews
#645df2 text on a black background
contrast 4.39:1
Card sample
#645df2 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #645df2;
Background color
Panel with #645df2 background
background-color: #645df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #645df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 93, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 93, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #645df2; background: linear-gradient(135deg, #645df2, #C75DF2);