#765cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
118, 92, 223
HSL
252°, 67%, 62%
CMYK
47, 59, 0, 13
Luminance
0.1683
Every format
| HEX | #765cdf |
| RGB | rgb(118, 92, 223) |
| HSL | hsl(252, 67%, 62%) |
| CMYK | cmyk(47%, 59%, 0%, 13%) |
| LAB | lab(48.0 42.6 -63.6) |
| LCH | lch(48.0 76.6 303.8) |
| OKLCH | oklch(0.570 0.191 287.9) |
Copy-ready code
/* CSS */
color: #765cdf;
background-color: #765cdf;
/* Tailwind (arbitrary) */
class="text-[#765cdf] bg-[#765cdf]"
/* SCSS */
$brand: #765cdf;
/* SwiftUI */
Color(red: 0.463, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#765cdf")Accessibility — WCAG contrast
Aa
#765cdf on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765cdf on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green36.1%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#765cdf text on a black background
contrast 4.37:1
Card sample
#765cdf text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765cdf;
Background color
Panel with #765cdf background
background-color: #765cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765cdf; background: linear-gradient(135deg, #765cdf, #CD5CDF);