#b871eb
a light, electric violet · warm · closest name: orchid
RGB
184, 113, 235
HSL
275°, 75%, 68%
CMYK
22, 52, 0, 8
Luminance
0.2800
Every format
| HEX | #b871eb |
| RGB | rgb(184, 113, 235) |
| HSL | hsl(275, 75%, 68%) |
| CMYK | cmyk(22%, 52%, 0%, 8%) |
| LAB | lab(59.9 49.6 -51.0) |
| LCH | lch(59.9 71.2 314.2) |
| OKLCH | oklch(0.675 0.184 309.2) |
Copy-ready code
/* CSS */
color: #b871eb;
background-color: #b871eb;
/* Tailwind (arbitrary) */
class="text-[#b871eb] bg-[#b871eb]"
/* SCSS */
$brand: #b871eb;
/* SwiftUI */
Color(red: 0.722, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#b871eb")Accessibility — WCAG contrast
Aa
#b871eb on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b871eb on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green44.3%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b871eb text on a black background
contrast 6.60:1
Card sample
#b871eb text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b871eb;
Background color
Panel with #b871eb background
background-color: #b871eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b871eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b871eb; background: linear-gradient(135deg, #b871eb, #EB71CD);