#b75dfd
a light, electric violet · warm · closest name: slateblue
RGB
183, 93, 253
HSL
274°, 98%, 68%
CMYK
28, 63, 0, 1
Luminance
0.2499
Every format
| HEX | #b75dfd |
| RGB | rgb(183, 93, 253) |
| HSL | hsl(274, 98%, 68%) |
| CMYK | cmyk(28%, 63%, 0%, 1%) |
| LAB | lab(57.1 63.4 -65.5) |
| LCH | lch(57.1 91.2 314.0) |
| OKLCH | oklch(0.657 0.232 307.0) |
Copy-ready code
/* CSS */
color: #b75dfd;
background-color: #b75dfd;
/* Tailwind (arbitrary) */
class="text-[#b75dfd] bg-[#b75dfd]"
/* SCSS */
$brand: #b75dfd;
/* SwiftUI */
Color(red: 0.718, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#b75dfd")Accessibility — WCAG contrast
Aa
#b75dfd on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b75dfd on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green36.5%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b75dfd text on a black background
contrast 6.00:1
Card sample
#b75dfd text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75dfd;
Background color
Panel with #b75dfd background
background-color: #b75dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75dfd; background: linear-gradient(135deg, #b75dfd, #FD5DD8);