#765acc
a balanced, vivid blue · warm · closest name: slateblue
RGB
118, 90, 204
HSL
255°, 53%, 58%
CMYK
42, 56, 0, 20
Luminance
0.1552
Every format
| HEX | #765acc |
| RGB | rgb(118, 90, 204) |
| HSL | hsl(255, 53%, 58%) |
| CMYK | cmyk(42%, 56%, 0%, 20%) |
| LAB | lab(46.3 38.4 -55.5) |
| LCH | lch(46.3 67.5 304.7) |
| OKLCH | oklch(0.553 0.169 291.2) |
Copy-ready code
/* CSS */
color: #765acc;
background-color: #765acc;
/* Tailwind (arbitrary) */
class="text-[#765acc] bg-[#765acc]"
/* SCSS */
$brand: #765acc;
/* SwiftUI */
Color(red: 0.463, green: 0.353, blue: 0.800)
/* Android */
Color.parseColor("#765acc")Accessibility — WCAG contrast
Aa
#765acc on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765acc on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green35.3%
Blue80.0%
CMYK percentages
Cyan42.2%
Magenta55.9%
Yellow0.0%
Key (black)20.0%
Color previews
#765acc text on a black background
contrast 4.10:1
Card sample
#765acc text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765acc;
Background color
Panel with #765acc background
background-color: #765acc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765acc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 90, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 90, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765acc; background: linear-gradient(135deg, #765acc, #C25ACC);