#b85dfb
a light, electric violet · warm · closest name: slateblue
RGB
184, 93, 251
HSL
275°, 95%, 68%
CMYK
27, 63, 0, 2
Luminance
0.2498
Every format
| HEX | #b85dfb |
| RGB | rgb(184, 93, 251) |
| HSL | hsl(275, 95%, 68%) |
| CMYK | cmyk(27%, 63%, 0%, 2%) |
| LAB | lab(57.1 63.1 -64.4) |
| LCH | lch(57.1 90.2 314.4) |
| OKLCH | oklch(0.657 0.230 307.8) |
Copy-ready code
/* CSS */
color: #b85dfb;
background-color: #b85dfb;
/* Tailwind (arbitrary) */
class="text-[#b85dfb] bg-[#b85dfb]"
/* SCSS */
$brand: #b85dfb;
/* SwiftUI */
Color(red: 0.722, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#b85dfb")Accessibility — WCAG contrast
Aa
#b85dfb on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b85dfb on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green36.5%
Blue98.4%
CMYK percentages
Cyan26.7%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#b85dfb text on a black background
contrast 6.00:1
Card sample
#b85dfb text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85dfb;
Background color
Panel with #b85dfb background
background-color: #b85dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85dfb; background: linear-gradient(135deg, #b85dfb, #FB5DD5);