#b855f0
a balanced, electric violet · warm · closest name: orchid
RGB
184, 85, 240
HSL
278°, 84%, 64%
CMYK
23, 65, 0, 6
Luminance
0.2298
Every format
| HEX | #b855f0 |
| RGB | rgb(184, 85, 240) |
| HSL | hsl(278, 84%, 64%) |
| CMYK | cmyk(23%, 65%, 0%, 6%) |
| LAB | lab(55.0 64.5 -61.5) |
| LCH | lch(55.0 89.1 316.3) |
| OKLCH | oklch(0.641 0.230 310.9) |
Copy-ready code
/* CSS */
color: #b855f0;
background-color: #b855f0;
/* Tailwind (arbitrary) */
class="text-[#b855f0] bg-[#b855f0]"
/* SCSS */
$brand: #b855f0;
/* SwiftUI */
Color(red: 0.722, green: 0.333, blue: 0.941)
/* Android */
Color.parseColor("#b855f0")Accessibility — WCAG contrast
Aa
#b855f0 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b855f0 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green33.3%
Blue94.1%
CMYK percentages
Cyan23.3%
Magenta64.6%
Yellow0.0%
Key (black)5.9%
Color previews
#b855f0 text on a black background
contrast 5.60:1
Card sample
#b855f0 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b855f0;
Background color
Panel with #b855f0 background
background-color: #b855f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b855f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 85, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 85, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b855f0; background: linear-gradient(135deg, #b855f0, #F055C1);