#eb79fd
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 121, 253
HSL
292°, 97%, 73%
CMYK
7, 52, 0, 1
Luminance
0.3843
Every format
| HEX | #eb79fd |
| RGB | rgb(235, 121, 253) |
| HSL | hsl(292, 97%, 73%) |
| CMYK | cmyk(7%, 52%, 0%, 1%) |
| LAB | lab(68.3 62.6 -47.2) |
| LCH | lch(68.3 78.4 323.0) |
| OKLCH | oklch(0.753 0.212 322.0) |
Copy-ready code
/* CSS */
color: #eb79fd;
background-color: #eb79fd;
/* Tailwind (arbitrary) */
class="text-[#eb79fd] bg-[#eb79fd]"
/* SCSS */
$brand: #eb79fd;
/* SwiftUI */
Color(red: 0.922, green: 0.475, blue: 0.992)
/* Android */
Color.parseColor("#eb79fd")Accessibility — WCAG contrast
Aa
#eb79fd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb79fd on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.5%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta52.2%
Yellow0.0%
Key (black)0.8%
Color previews
#eb79fd text on a black background
contrast 8.69:1
Card sample
#eb79fd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb79fd;
Background color
Panel with #eb79fd background
background-color: #eb79fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb79fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 121, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 121, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb79fd; background: linear-gradient(135deg, #eb79fd, #FD79B7);