#765baf
a balanced, soft violet · warm · closest name: slateblue
RGB
118, 91, 175
HSL
259°, 34%, 52%
CMYK
33, 48, 0, 31
Luminance
0.1443
Every format
| HEX | #765baf |
| RGB | rgb(118, 91, 175) |
| HSL | hsl(259, 34%, 52%) |
| CMYK | cmyk(33%, 48%, 0%, 31%) |
| LAB | lab(44.8 29.8 -41.1) |
| LCH | lch(44.8 50.8 306.0) |
| OKLCH | oklch(0.537 0.129 296.6) |
Copy-ready code
/* CSS */
color: #765baf;
background-color: #765baf;
/* Tailwind (arbitrary) */
class="text-[#765baf] bg-[#765baf]"
/* SCSS */
$brand: #765baf;
/* SwiftUI */
Color(red: 0.463, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#765baf")Accessibility — WCAG contrast
Aa
#765baf on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765baf on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green35.7%
Blue68.6%
CMYK percentages
Cyan32.6%
Magenta48.0%
Yellow0.0%
Key (black)31.4%
Color previews
#765baf text on a black background
contrast 3.89:1
Card sample
#765baf text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765baf;
Background color
Panel with #765baf background
background-color: #765baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765baf; background: linear-gradient(135deg, #765baf, #AE5BAF);