#7567ff
a light, electric blue · warm · closest name: slateblue
RGB
117, 103, 255
HSL
246°, 100%, 70%
CMYK
54, 60, 0, 0
Luminance
0.2070
Every format
| HEX | #7567ff |
| RGB | rgb(117, 103, 255) |
| HSL | hsl(246, 100%, 70%) |
| CMYK | cmyk(54%, 60%, 0%, 0%) |
| LAB | lab(52.6 45.5 -74.1) |
| LCH | lch(52.6 87.0 301.6) |
| OKLCH | oklch(0.610 0.217 282.0) |
Copy-ready code
/* CSS */
color: #7567ff;
background-color: #7567ff;
/* Tailwind (arbitrary) */
class="text-[#7567ff] bg-[#7567ff]"
/* SCSS */
$brand: #7567ff;
/* SwiftUI */
Color(red: 0.459, green: 0.404, blue: 1.000)
/* Android */
Color.parseColor("#7567ff")Accessibility — WCAG contrast
Aa
#7567ff on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7567ff on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green40.4%
Blue100.0%
CMYK percentages
Cyan54.1%
Magenta59.6%
Yellow0.0%
Key (black)0.0%
Color previews
#7567ff text on a black background
contrast 5.14:1
Card sample
#7567ff text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7567ff;
Background color
Panel with #7567ff background
background-color: #7567ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7567ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 103, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 103, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7567ff; background: linear-gradient(135deg, #7567ff, #DA67FF);