#7659df
a balanced, vivid blue · warm · closest name: slateblue
RGB
118, 89, 223
HSL
253°, 68%, 61%
CMYK
47, 60, 0, 13
Luminance
0.1632
Every format
| HEX | #7659df |
| RGB | rgb(118, 89, 223) |
| HSL | hsl(253, 68%, 61%) |
| CMYK | cmyk(47%, 60%, 0%, 13%) |
| LAB | lab(47.4 44.3 -64.7) |
| LCH | lch(47.4 78.4 304.4) |
| OKLCH | oklch(0.565 0.195 288.5) |
Copy-ready code
/* CSS */
color: #7659df;
background-color: #7659df;
/* Tailwind (arbitrary) */
class="text-[#7659df] bg-[#7659df]"
/* SCSS */
$brand: #7659df;
/* SwiftUI */
Color(red: 0.463, green: 0.349, blue: 0.875)
/* Android */
Color.parseColor("#7659df")Accessibility — WCAG contrast
Aa
#7659df on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7659df on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green34.9%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta60.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7659df text on a black background
contrast 4.26:1
Card sample
#7659df text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7659df;
Background color
Panel with #7659df background
background-color: #7659df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7659df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 89, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 89, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7659df; background: linear-gradient(135deg, #7659df, #CF59DF);