#765afb
a light, electric blue · warm · closest name: slateblue
RGB
118, 90, 251
HSL
250°, 95%, 67%
CMYK
53, 64, 0, 2
Luminance
0.1813
Every format
| HEX | #765afb |
| RGB | rgb(118, 90, 251) |
| HSL | hsl(250, 95%, 67%) |
| CMYK | cmyk(53%, 64%, 0%, 2%) |
| LAB | lab(49.6 51.8 -76.7) |
| LCH | lch(49.6 92.6 304.0) |
| OKLCH | oklch(0.588 0.228 284.9) |
Copy-ready code
/* CSS */
color: #765afb;
background-color: #765afb;
/* Tailwind (arbitrary) */
class="text-[#765afb] bg-[#765afb]"
/* SCSS */
$brand: #765afb;
/* SwiftUI */
Color(red: 0.463, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#765afb")Accessibility — WCAG contrast
Aa
#765afb on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765afb on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green35.3%
Blue98.4%
CMYK percentages
Cyan53.0%
Magenta64.1%
Yellow0.0%
Key (black)1.6%
Color previews
#765afb text on a black background
contrast 4.63:1
Card sample
#765afb text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765afb;
Background color
Panel with #765afb background
background-color: #765afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765afb; background: linear-gradient(135deg, #765afb, #E15AFB);