#7665df
a balanced, vivid blue · warm · closest name: slateblue
RGB
118, 101, 223
HSL
248°, 66%, 64%
CMYK
47, 55, 0, 13
Luminance
0.1849
Every format
| HEX | #7665df |
| RGB | rgb(118, 101, 223) |
| HSL | hsl(248, 66%, 64%) |
| CMYK | cmyk(47%, 55%, 0%, 13%) |
| LAB | lab(50.1 37.4 -60.3) |
| LCH | lch(50.1 71.0 301.8) |
| OKLCH | oklch(0.585 0.179 285.8) |
Copy-ready code
/* CSS */
color: #7665df;
background-color: #7665df;
/* Tailwind (arbitrary) */
class="text-[#7665df] bg-[#7665df]"
/* SCSS */
$brand: #7665df;
/* SwiftUI */
Color(red: 0.463, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#7665df")Accessibility — WCAG contrast
Aa
#7665df on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7665df on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green39.6%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7665df text on a black background
contrast 4.70:1
Card sample
#7665df text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7665df;
Background color
Panel with #7665df background
background-color: #7665df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7665df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7665df; background: linear-gradient(135deg, #7665df, #C765DF);