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