#b877ff
a light, electric violet · warm · closest name: slateblue
RGB
184, 119, 255
HSL
269°, 100%, 73%
CMYK
28, 53, 0, 0
Luminance
0.3060
Every format
| HEX | #b877ff |
| RGB | rgb(184, 119, 255) |
| HSL | hsl(269, 100%, 73%) |
| CMYK | cmyk(28%, 53%, 0%, 0%) |
| LAB | lab(62.2 51.0 -58.4) |
| LCH | lch(62.2 77.6 311.1) |
| OKLCH | oklch(0.695 0.198 303.8) |
Copy-ready code
/* CSS */
color: #b877ff;
background-color: #b877ff;
/* Tailwind (arbitrary) */
class="text-[#b877ff] bg-[#b877ff]"
/* SCSS */
$brand: #b877ff;
/* SwiftUI */
Color(red: 0.722, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#b877ff")Accessibility — WCAG contrast
Aa
#b877ff on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b877ff on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green46.7%
Blue100.0%
CMYK percentages
Cyan27.8%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b877ff text on a black background
contrast 7.12:1
Card sample
#b877ff text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b877ff;
Background color
Panel with #b877ff background
background-color: #b877ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b877ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b877ff; background: linear-gradient(135deg, #b877ff, #FF77EB);