#eb27fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 39, 253
HSL
295°, 98%, 57%
CMYK
7, 85, 0, 1
Luminance
0.2621
Every format
| HEX | #eb27fd |
| RGB | rgb(235, 39, 253) |
| HSL | hsl(295, 98%, 57%) |
| CMYK | cmyk(7%, 85%, 0%, 1%) |
| LAB | lab(58.2 90.8 -63.3) |
| LCH | lch(58.2 110.7 325.1) |
| OKLCH | oklch(0.680 0.302 324.1) |
Copy-ready code
/* CSS */
color: #eb27fd;
background-color: #eb27fd;
/* Tailwind (arbitrary) */
class="text-[#eb27fd] bg-[#eb27fd]"
/* SCSS */
$brand: #eb27fd;
/* SwiftUI */
Color(red: 0.922, green: 0.153, blue: 0.992)
/* Android */
Color.parseColor("#eb27fd")Accessibility — WCAG contrast
Aa
#eb27fd on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb27fd on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.3%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta84.6%
Yellow0.0%
Key (black)0.8%
Color previews
#eb27fd text on a black background
contrast 6.24:1
Card sample
#eb27fd text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb27fd;
Background color
Panel with #eb27fd background
background-color: #eb27fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb27fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 39, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 39, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb27fd; background: linear-gradient(135deg, #eb27fd, #FD2780);