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