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