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