#b95dfd
a light, electric violet · warm · closest name: slateblue
RGB
185, 93, 253
HSL
275°, 98%, 68%
CMYK
27, 63, 0, 1
Luminance
0.2523
Every format
| HEX | #b95dfd |
| RGB | rgb(185, 93, 253) |
| HSL | hsl(275, 98%, 68%) |
| CMYK | cmyk(27%, 63%, 0%, 1%) |
| LAB | lab(57.3 63.8 -65.1) |
| LCH | lch(57.3 91.2 314.4) |
| OKLCH | oklch(0.660 0.233 307.7) |
Copy-ready code
/* CSS */
color: #b95dfd;
background-color: #b95dfd;
/* Tailwind (arbitrary) */
class="text-[#b95dfd] bg-[#b95dfd]"
/* SCSS */
$brand: #b95dfd;
/* SwiftUI */
Color(red: 0.725, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#b95dfd")Accessibility — WCAG contrast
Aa
#b95dfd on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b95dfd on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green36.5%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b95dfd text on a black background
contrast 6.05:1
Card sample
#b95dfd text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95dfd;
Background color
Panel with #b95dfd background
background-color: #b95dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95dfd; background: linear-gradient(135deg, #b95dfd, #FD5DD6);