#b95afd
a light, electric violet · warm · closest name: slateblue
RGB
185, 90, 253
HSL
275°, 98%, 67%
CMYK
27, 64, 0, 1
Luminance
0.2472
Every format
| HEX | #b95afd |
| RGB | rgb(185, 90, 253) |
| HSL | hsl(275, 98%, 67%) |
| CMYK | cmyk(27%, 64%, 0%, 1%) |
| LAB | lab(56.8 65.2 -65.9) |
| LCH | lch(56.8 92.7 314.7) |
| OKLCH | oklch(0.656 0.236 307.9) |
Copy-ready code
/* CSS */
color: #b95afd;
background-color: #b95afd;
/* Tailwind (arbitrary) */
class="text-[#b95afd] bg-[#b95afd]"
/* SCSS */
$brand: #b95afd;
/* SwiftUI */
Color(red: 0.725, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#b95afd")Accessibility — WCAG contrast
Aa
#b95afd on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b95afd on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green35.3%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b95afd text on a black background
contrast 5.94:1
Card sample
#b95afd text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95afd;
Background color
Panel with #b95afd background
background-color: #b95afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95afd; background: linear-gradient(135deg, #b95afd, #FD5AD4);