#765df1
a light, electric blue · warm · closest name: slateblue
RGB
118, 93, 241
HSL
250°, 84%, 66%
CMYK
51, 61, 0, 6
Luminance
0.1803
Every format
| HEX | #765df1 |
| RGB | rgb(118, 93, 241) |
| HSL | hsl(250, 84%, 66%) |
| CMYK | cmyk(51%, 61%, 0%, 6%) |
| LAB | lab(49.5 47.3 -71.3) |
| LCH | lch(49.5 85.6 303.5) |
| OKLCH | oklch(0.585 0.212 285.5) |
Copy-ready code
/* CSS */
color: #765df1;
background-color: #765df1;
/* Tailwind (arbitrary) */
class="text-[#765df1] bg-[#765df1]"
/* SCSS */
$brand: #765df1;
/* SwiftUI */
Color(red: 0.463, green: 0.365, blue: 0.945)
/* Android */
Color.parseColor("#765df1")Accessibility — WCAG contrast
Aa
#765df1 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765df1 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green36.5%
Blue94.5%
CMYK percentages
Cyan51.0%
Magenta61.4%
Yellow0.0%
Key (black)5.5%
Color previews
#765df1 text on a black background
contrast 4.61:1
Card sample
#765df1 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765df1;
Background color
Panel with #765df1 background
background-color: #765df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 93, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 93, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765df1; background: linear-gradient(135deg, #765df1, #D95DF1);