#b855f2
a balanced, electric violet · warm · closest name: orchid
RGB
184, 85, 242
HSL
278°, 86%, 64%
CMYK
24, 65, 0, 5
Luminance
0.2310
Every format
| HEX | #b855f2 |
| RGB | rgb(184, 85, 242) |
| HSL | hsl(278, 86%, 64%) |
| CMYK | cmyk(24%, 65%, 0%, 5%) |
| LAB | lab(55.2 64.9 -62.4) |
| LCH | lch(55.2 90.0 316.1) |
| OKLCH | oklch(0.642 0.232 310.5) |
Copy-ready code
/* CSS */
color: #b855f2;
background-color: #b855f2;
/* Tailwind (arbitrary) */
class="text-[#b855f2] bg-[#b855f2]"
/* SCSS */
$brand: #b855f2;
/* SwiftUI */
Color(red: 0.722, green: 0.333, blue: 0.949)
/* Android */
Color.parseColor("#b855f2")Accessibility — WCAG contrast
Aa
#b855f2 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b855f2 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green33.3%
Blue94.9%
CMYK percentages
Cyan24.0%
Magenta64.9%
Yellow0.0%
Key (black)5.1%
Color previews
#b855f2 text on a black background
contrast 5.62:1
Card sample
#b855f2 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b855f2;
Background color
Panel with #b855f2 background
background-color: #b855f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b855f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 85, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 85, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b855f2; background: linear-gradient(135deg, #b855f2, #F255C3);