#b77afd
a light, electric violet · warm · closest name: slateblue
RGB
183, 122, 253
HSL
268°, 97%, 74%
CMYK
28, 52, 0, 1
Luminance
0.3108
Every format
| HEX | #b77afd |
| RGB | rgb(183, 122, 253) |
| HSL | hsl(268, 97%, 74%) |
| CMYK | cmyk(28%, 52%, 0%, 1%) |
| LAB | lab(62.6 48.7 -56.7) |
| LCH | lch(62.6 74.8 310.7) |
| OKLCH | oklch(0.698 0.191 303.3) |
Copy-ready code
/* CSS */
color: #b77afd;
background-color: #b77afd;
/* Tailwind (arbitrary) */
class="text-[#b77afd] bg-[#b77afd]"
/* SCSS */
$brand: #b77afd;
/* SwiftUI */
Color(red: 0.718, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#b77afd")Accessibility — WCAG contrast
Aa
#b77afd on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b77afd on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green47.8%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b77afd text on a black background
contrast 7.22:1
Card sample
#b77afd text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b77afd;
Background color
Panel with #b77afd background
background-color: #b77afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b77afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b77afd; background: linear-gradient(135deg, #b77afd, #FD7AEC);