#765ace
a balanced, vivid blue · warm · closest name: slateblue
RGB
118, 90, 206
HSL
255°, 54%, 58%
CMYK
43, 56, 0, 19
Luminance
0.1562
Every format
| HEX | #765ace |
| RGB | rgb(118, 90, 206) |
| HSL | hsl(255, 54%, 58%) |
| CMYK | cmyk(43%, 56%, 0%, 19%) |
| LAB | lab(46.5 39.0 -56.5) |
| LCH | lch(46.5 68.6 304.6) |
| OKLCH | oklch(0.555 0.172 290.8) |
Copy-ready code
/* CSS */
color: #765ace;
background-color: #765ace;
/* Tailwind (arbitrary) */
class="text-[#765ace] bg-[#765ace]"
/* SCSS */
$brand: #765ace;
/* SwiftUI */
Color(red: 0.463, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#765ace")Accessibility — WCAG contrast
Aa
#765ace on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765ace on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green35.3%
Blue80.8%
CMYK percentages
Cyan42.7%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#765ace text on a black background
contrast 4.12:1
Card sample
#765ace text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765ace;
Background color
Panel with #765ace background
background-color: #765ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765ace; background: linear-gradient(135deg, #765ace, #C35ACE);