#765fa3
a balanced, soft violet · warm · closest name: slateblue
RGB
118, 95, 163
HSL
260°, 27%, 51%
CMYK
28, 42, 0, 36
Luminance
0.1468
Every format
| HEX | #765fa3 |
| RGB | rgb(118, 95, 163) |
| HSL | hsl(260, 27%, 51%) |
| CMYK | cmyk(28%, 42%, 0%, 36%) |
| LAB | lab(45.2 24.3 -33.5) |
| LCH | lch(45.2 41.3 306.0) |
| OKLCH | oklch(0.537 0.106 298.3) |
Copy-ready code
/* CSS */
color: #765fa3;
background-color: #765fa3;
/* Tailwind (arbitrary) */
class="text-[#765fa3] bg-[#765fa3]"
/* SCSS */
$brand: #765fa3;
/* SwiftUI */
Color(red: 0.463, green: 0.373, blue: 0.639)
/* Android */
Color.parseColor("#765fa3")Accessibility — WCAG contrast
Aa
#765fa3 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765fa3 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green37.3%
Blue63.9%
CMYK percentages
Cyan27.6%
Magenta41.7%
Yellow0.0%
Key (black)36.1%
Color previews
#765fa3 text on a black background
contrast 3.94:1
Card sample
#765fa3 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765fa3;
Background color
Panel with #765fa3 background
background-color: #765fa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765fa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 95, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 95, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765fa3; background: linear-gradient(135deg, #765fa3, #A35FA3);