#b87cf4
a light, electric violet · warm · closest name: violet
RGB
184, 124, 244
HSL
270°, 85%, 72%
CMYK
25, 49, 0, 4
Luminance
0.3114
Every format
| HEX | #b87cf4 |
| RGB | rgb(184, 124, 244) |
| HSL | hsl(270, 85%, 72%) |
| CMYK | cmyk(25%, 49%, 0%, 4%) |
| LAB | lab(62.6 45.8 -51.6) |
| LCH | lch(62.6 69.0 311.6) |
| OKLCH | oklch(0.697 0.178 305.4) |
Copy-ready code
/* CSS */
color: #b87cf4;
background-color: #b87cf4;
/* Tailwind (arbitrary) */
class="text-[#b87cf4] bg-[#b87cf4]"
/* SCSS */
$brand: #b87cf4;
/* SwiftUI */
Color(red: 0.722, green: 0.486, blue: 0.957)
/* Android */
Color.parseColor("#b87cf4")Accessibility — WCAG contrast
Aa
#b87cf4 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b87cf4 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green48.6%
Blue95.7%
CMYK percentages
Cyan24.6%
Magenta49.2%
Yellow0.0%
Key (black)4.3%
Color previews
#b87cf4 text on a black background
contrast 7.23:1
Card sample
#b87cf4 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87cf4;
Background color
Panel with #b87cf4 background
background-color: #b87cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 124, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 124, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87cf4; background: linear-gradient(135deg, #b87cf4, #F47CE0);