#765eb4
a balanced, soft violet · warm · closest name: slateblue
RGB
118, 94, 180
HSL
257°, 36%, 54%
CMYK
34, 48, 0, 29
Luminance
0.1515
Every format
| HEX | #765eb4 |
| RGB | rgb(118, 94, 180) |
| HSL | hsl(257, 36%, 54%) |
| CMYK | cmyk(34%, 48%, 0%, 29%) |
| LAB | lab(45.8 29.4 -42.4) |
| LCH | lch(45.8 51.6 304.7) |
| OKLCH | oklch(0.545 0.131 294.5) |
Copy-ready code
/* CSS */
color: #765eb4;
background-color: #765eb4;
/* Tailwind (arbitrary) */
class="text-[#765eb4] bg-[#765eb4]"
/* SCSS */
$brand: #765eb4;
/* SwiftUI */
Color(red: 0.463, green: 0.369, blue: 0.706)
/* Android */
Color.parseColor("#765eb4")Accessibility — WCAG contrast
Aa
#765eb4 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765eb4 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green36.9%
Blue70.6%
CMYK percentages
Cyan34.4%
Magenta47.8%
Yellow0.0%
Key (black)29.4%
Color previews
#765eb4 text on a black background
contrast 4.03:1
Card sample
#765eb4 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765eb4;
Background color
Panel with #765eb4 background
background-color: #765eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 94, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 94, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765eb4; background: linear-gradient(135deg, #765eb4, #AF5EB4);