#eb83fd
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 131, 253
HSL
291°, 97%, 75%
CMYK
7, 48, 0, 1
Luminance
0.4099
Every format
| HEX | #eb83fd |
| RGB | rgb(235, 131, 253) |
| HSL | hsl(291, 97%, 75%) |
| CMYK | cmyk(7%, 48%, 0%, 1%) |
| LAB | lab(70.2 57.8 -44.3) |
| LCH | lch(70.2 72.8 322.5) |
| OKLCH | oklch(0.767 0.197 321.5) |
Copy-ready code
/* CSS */
color: #eb83fd;
background-color: #eb83fd;
/* Tailwind (arbitrary) */
class="text-[#eb83fd] bg-[#eb83fd]"
/* SCSS */
$brand: #eb83fd;
/* SwiftUI */
Color(red: 0.922, green: 0.514, blue: 0.992)
/* Android */
Color.parseColor("#eb83fd")Accessibility — WCAG contrast
Aa
#eb83fd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb83fd on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.4%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta48.2%
Yellow0.0%
Key (black)0.8%
Color previews
#eb83fd text on a black background
contrast 9.20:1
Card sample
#eb83fd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb83fd;
Background color
Panel with #eb83fd background
background-color: #eb83fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb83fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 131, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 131, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb83fd; background: linear-gradient(135deg, #eb83fd, #FD83BE);