#b862fd
a light, electric violet · warm · closest name: slateblue
RGB
184, 98, 253
HSL
273°, 98%, 69%
CMYK
27, 61, 0, 1
Luminance
0.2602
Every format
| HEX | #b862fd |
| RGB | rgb(184, 98, 253) |
| HSL | hsl(273, 98%, 69%) |
| CMYK | cmyk(27%, 61%, 0%, 1%) |
| LAB | lab(58.0 61.2 -63.9) |
| LCH | lch(58.0 88.5 313.8) |
| OKLCH | oklch(0.665 0.226 306.8) |
Copy-ready code
/* CSS */
color: #b862fd;
background-color: #b862fd;
/* Tailwind (arbitrary) */
class="text-[#b862fd] bg-[#b862fd]"
/* SCSS */
$brand: #b862fd;
/* SwiftUI */
Color(red: 0.722, green: 0.384, blue: 0.992)
/* Android */
Color.parseColor("#b862fd")Accessibility — WCAG contrast
Aa
#b862fd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b862fd on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green38.4%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta61.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b862fd text on a black background
contrast 6.20:1
Card sample
#b862fd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b862fd;
Background color
Panel with #b862fd background
background-color: #b862fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b862fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 98, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 98, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b862fd; background: linear-gradient(135deg, #b862fd, #FD62DB);