#b87af2
a light, electric violet · warm · closest name: orchid
RGB
184, 122, 242
HSL
271°, 82%, 71%
CMYK
24, 50, 0, 5
Luminance
0.3052
Every format
| HEX | #b87af2 |
| RGB | rgb(184, 122, 242) |
| HSL | hsl(271, 82%, 71%) |
| CMYK | cmyk(24%, 50%, 0%, 5%) |
| LAB | lab(62.1 46.5 -51.4) |
| LCH | lch(62.1 69.3 312.1) |
| OKLCH | oklch(0.693 0.178 306.1) |
Copy-ready code
/* CSS */
color: #b87af2;
background-color: #b87af2;
/* Tailwind (arbitrary) */
class="text-[#b87af2] bg-[#b87af2]"
/* SCSS */
$brand: #b87af2;
/* SwiftUI */
Color(red: 0.722, green: 0.478, blue: 0.949)
/* Android */
Color.parseColor("#b87af2")Accessibility — WCAG contrast
Aa
#b87af2 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b87af2 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green47.8%
Blue94.9%
CMYK percentages
Cyan24.0%
Magenta49.6%
Yellow0.0%
Key (black)5.1%
Color previews
#b87af2 text on a black background
contrast 7.10:1
Card sample
#b87af2 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87af2;
Background color
Panel with #b87af2 background
background-color: #b87af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 122, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 122, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87af2; background: linear-gradient(135deg, #b87af2, #F27ADC);