#765cfd
a light, electric blue · warm · closest name: slateblue
RGB
118, 92, 253
HSL
250°, 98%, 68%
CMYK
53, 64, 0, 1
Luminance
0.1860
Every format
| HEX | #765cfd |
| RGB | rgb(118, 92, 253) |
| HSL | hsl(250, 98%, 68%) |
| CMYK | cmyk(53%, 64%, 0%, 1%) |
| LAB | lab(50.2 51.3 -76.9) |
| LCH | lch(50.2 92.5 303.7) |
| OKLCH | oklch(0.593 0.228 284.4) |
Copy-ready code
/* CSS */
color: #765cfd;
background-color: #765cfd;
/* Tailwind (arbitrary) */
class="text-[#765cfd] bg-[#765cfd]"
/* SCSS */
$brand: #765cfd;
/* SwiftUI */
Color(red: 0.463, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#765cfd")Accessibility — WCAG contrast
Aa
#765cfd on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#765cfd on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green36.1%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#765cfd text on a black background
contrast 4.72:1
Card sample
#765cfd text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765cfd;
Background color
Panel with #765cfd background
background-color: #765cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765cfd; background: linear-gradient(135deg, #765cfd, #E15CFD);