#eb70fd
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 112, 253
HSL
292°, 97%, 72%
CMYK
7, 56, 0, 1
Luminance
0.3634
Every format
| HEX | #eb70fd |
| RGB | rgb(235, 112, 253) |
| HSL | hsl(292, 97%, 72%) |
| CMYK | cmyk(7%, 56%, 0%, 1%) |
| LAB | lab(66.8 66.8 -49.6) |
| LCH | lch(66.8 83.2 323.4) |
| OKLCH | oklch(0.742 0.226 322.4) |
Copy-ready code
/* CSS */
color: #eb70fd;
background-color: #eb70fd;
/* Tailwind (arbitrary) */
class="text-[#eb70fd] bg-[#eb70fd]"
/* SCSS */
$brand: #eb70fd;
/* SwiftUI */
Color(red: 0.922, green: 0.439, blue: 0.992)
/* Android */
Color.parseColor("#eb70fd")Accessibility — WCAG contrast
Aa
#eb70fd on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb70fd on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.9%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta55.7%
Yellow0.0%
Key (black)0.8%
Color previews
#eb70fd text on a black background
contrast 8.27:1
Card sample
#eb70fd text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb70fd;
Background color
Panel with #eb70fd background
background-color: #eb70fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb70fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 112, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 112, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb70fd; background: linear-gradient(135deg, #eb70fd, #FD70B1);