#b765fd
a light, electric violet · warm · closest name: slateblue
RGB
183, 101, 253
HSL
272°, 97%, 69%
CMYK
28, 60, 0, 1
Luminance
0.2647
Every format
| HEX | #b765fd |
| RGB | rgb(183, 101, 253) |
| HSL | hsl(272, 97%, 69%) |
| CMYK | cmyk(28%, 60%, 0%, 1%) |
| LAB | lab(58.5 59.5 -63.2) |
| LCH | lch(58.5 86.9 313.3) |
| OKLCH | oklch(0.668 0.221 306.1) |
Copy-ready code
/* CSS */
color: #b765fd;
background-color: #b765fd;
/* Tailwind (arbitrary) */
class="text-[#b765fd] bg-[#b765fd]"
/* SCSS */
$brand: #b765fd;
/* SwiftUI */
Color(red: 0.718, green: 0.396, blue: 0.992)
/* Android */
Color.parseColor("#b765fd")Accessibility — WCAG contrast
Aa
#b765fd on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b765fd on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green39.6%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta60.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b765fd text on a black background
contrast 6.29:1
Card sample
#b765fd text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b765fd;
Background color
Panel with #b765fd background
background-color: #b765fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b765fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 101, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 101, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b765fd; background: linear-gradient(135deg, #b765fd, #FD65DE);