#b883fd
a light, electric violet · warm · closest name: violet
RGB
184, 131, 253
HSL
266°, 97%, 75%
CMYK
27, 48, 0, 1
Luminance
0.3351
Every format
| HEX | #b883fd |
| RGB | rgb(184, 131, 253) |
| HSL | hsl(266, 97%, 75%) |
| CMYK | cmyk(27%, 48%, 0%, 1%) |
| LAB | lab(64.6 44.1 -53.5) |
| LCH | lch(64.6 69.4 309.5) |
| OKLCH | oklch(0.713 0.177 302.2) |
Copy-ready code
/* CSS */
color: #b883fd;
background-color: #b883fd;
/* Tailwind (arbitrary) */
class="text-[#b883fd] bg-[#b883fd]"
/* SCSS */
$brand: #b883fd;
/* SwiftUI */
Color(red: 0.722, green: 0.514, blue: 0.992)
/* Android */
Color.parseColor("#b883fd")Accessibility — WCAG contrast
Aa
#b883fd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b883fd on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green51.4%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta48.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b883fd text on a black background
contrast 7.70:1
Card sample
#b883fd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b883fd;
Background color
Panel with #b883fd background
background-color: #b883fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b883fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 131, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 131, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b883fd; background: linear-gradient(135deg, #b883fd, #FD83F1);