#765df9
a light, electric blue · warm · closest name: slateblue
RGB
118, 93, 249
HSL
250°, 93%, 67%
CMYK
53, 63, 0, 2
Luminance
0.1852
Every format
| HEX | #765df9 |
| RGB | rgb(118, 93, 249) |
| HSL | hsl(250, 93%, 67%) |
| CMYK | cmyk(53%, 63%, 0%, 2%) |
| LAB | lab(50.1 49.6 -74.9) |
| LCH | lch(50.1 89.8 303.5) |
| OKLCH | oklch(0.591 0.222 284.6) |
Copy-ready code
/* CSS */
color: #765df9;
background-color: #765df9;
/* Tailwind (arbitrary) */
class="text-[#765df9] bg-[#765df9]"
/* SCSS */
$brand: #765df9;
/* SwiftUI */
Color(red: 0.463, green: 0.365, blue: 0.976)
/* Android */
Color.parseColor("#765df9")Accessibility — WCAG contrast
Aa
#765df9 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#765df9 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green36.5%
Blue97.6%
CMYK percentages
Cyan52.6%
Magenta62.7%
Yellow0.0%
Key (black)2.4%
Color previews
#765df9 text on a black background
contrast 4.70:1
Card sample
#765df9 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765df9;
Background color
Panel with #765df9 background
background-color: #765df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 93, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 93, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765df9; background: linear-gradient(135deg, #765df9, #DE5DF9);