#7568eb
a light, electric blue · warm · closest name: slateblue
RGB
117, 104, 235
HSL
246°, 77%, 67%
CMYK
50, 56, 0, 8
Luminance
0.1968
Every format
| HEX | #7568eb |
| RGB | rgb(117, 104, 235) |
| HSL | hsl(246, 77%, 67%) |
| CMYK | cmyk(50%, 56%, 0%, 8%) |
| LAB | lab(51.5 39.0 -64.8) |
| LCH | lch(51.5 75.7 301.0) |
| OKLCH | oklch(0.598 0.191 283.5) |
Copy-ready code
/* CSS */
color: #7568eb;
background-color: #7568eb;
/* Tailwind (arbitrary) */
class="text-[#7568eb] bg-[#7568eb]"
/* SCSS */
$brand: #7568eb;
/* SwiftUI */
Color(red: 0.459, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#7568eb")Accessibility — WCAG contrast
Aa
#7568eb on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7568eb on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green40.8%
Blue92.2%
CMYK percentages
Cyan50.2%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7568eb text on a black background
contrast 4.94:1
Card sample
#7568eb text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7568eb;
Background color
Panel with #7568eb background
background-color: #7568eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7568eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7568eb; background: linear-gradient(135deg, #7568eb, #CC68EB);