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