#b87fd2
a light, vivid violet · warm · closest name: plum
RGB
184, 127, 210
HSL
281°, 48%, 66%
CMYK
12, 40, 0, 18
Luminance
0.3002
Every format
| HEX | #b87fd2 |
| RGB | rgb(184, 127, 210) |
| HSL | hsl(281, 48%, 66%) |
| CMYK | cmyk(12%, 40%, 0%, 18%) |
| LAB | lab(61.7 36.7 -34.2) |
| LCH | lch(61.7 50.2 317.0) |
| OKLCH | oklch(0.684 0.133 314.7) |
Copy-ready code
/* CSS */
color: #b87fd2;
background-color: #b87fd2;
/* Tailwind (arbitrary) */
class="text-[#b87fd2] bg-[#b87fd2]"
/* SCSS */
$brand: #b87fd2;
/* SwiftUI */
Color(red: 0.722, green: 0.498, blue: 0.824)
/* Android */
Color.parseColor("#b87fd2")Accessibility — WCAG contrast
Aa
#b87fd2 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87fd2 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green49.8%
Blue82.4%
CMYK percentages
Cyan12.4%
Magenta39.5%
Yellow0.0%
Key (black)17.6%
Color previews
#b87fd2 text on a black background
contrast 7.00:1
Card sample
#b87fd2 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87fd2;
Background color
Panel with #b87fd2 background
background-color: #b87fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 127, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 127, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87fd2; background: linear-gradient(135deg, #b87fd2, #D27FB5);