#b877fd
a light, electric violet · warm · closest name: slateblue
RGB
184, 119, 253
HSL
269°, 97%, 73%
CMYK
27, 53, 0, 1
Luminance
0.3048
Every format
| HEX | #b877fd |
| RGB | rgb(184, 119, 253) |
| HSL | hsl(269, 97%, 73%) |
| CMYK | cmyk(27%, 53%, 0%, 1%) |
| LAB | lab(62.1 50.6 -57.5) |
| LCH | lch(62.1 76.6 311.3) |
| OKLCH | oklch(0.694 0.196 304.2) |
Copy-ready code
/* CSS */
color: #b877fd;
background-color: #b877fd;
/* Tailwind (arbitrary) */
class="text-[#b877fd] bg-[#b877fd]"
/* SCSS */
$brand: #b877fd;
/* SwiftUI */
Color(red: 0.722, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#b877fd")Accessibility — WCAG contrast
Aa
#b877fd on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b877fd on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green46.7%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b877fd text on a black background
contrast 7.10:1
Card sample
#b877fd text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b877fd;
Background color
Panel with #b877fd background
background-color: #b877fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b877fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b877fd; background: linear-gradient(135deg, #b877fd, #FD77E9);