#eb08fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 8, 253
HSL
296°, 98%, 51%
CMYK
7, 97, 0, 1
Luminance
0.2493
Every format
| HEX | #eb08fd |
| RGB | rgb(235, 8, 253) |
| HSL | hsl(296, 98%, 51%) |
| CMYK | cmyk(7%, 97%, 0%, 1%) |
| LAB | lab(57.0 94.5 -65.2) |
| LCH | lch(57.0 114.8 325.4) |
| OKLCH | oklch(0.672 0.313 324.3) |
Copy-ready code
/* CSS */
color: #eb08fd;
background-color: #eb08fd;
/* Tailwind (arbitrary) */
class="text-[#eb08fd] bg-[#eb08fd]"
/* SCSS */
$brand: #eb08fd;
/* SwiftUI */
Color(red: 0.922, green: 0.031, blue: 0.992)
/* Android */
Color.parseColor("#eb08fd")Accessibility — WCAG contrast
Aa
#eb08fd on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb08fd on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green3.1%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta96.8%
Yellow0.0%
Key (black)0.8%
Color previews
#eb08fd text on a black background
contrast 5.99:1
Card sample
#eb08fd text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb08fd;
Background color
Panel with #eb08fd background
background-color: #eb08fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb08fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 8, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 8, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb08fd; background: linear-gradient(135deg, #eb08fd, #FD086C);