#eb3fdd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 63, 221
HSL
305°, 81%, 58%
CMYK
0, 73, 6, 8
Luminance
0.2644
Every format
| HEX | #eb3fdd |
| RGB | rgb(235, 63, 221) |
| HSL | hsl(305, 81%, 58%) |
| CMYK | cmyk(0%, 73%, 6%, 8%) |
| LAB | lab(58.5 80.2 -45.0) |
| LCH | lch(58.5 92.0 330.7) |
| OKLCH | oklch(0.676 0.261 331.7) |
Copy-ready code
/* CSS */
color: #eb3fdd;
background-color: #eb3fdd;
/* Tailwind (arbitrary) */
class="text-[#eb3fdd] bg-[#eb3fdd]"
/* SCSS */
$brand: #eb3fdd;
/* SwiftUI */
Color(red: 0.922, green: 0.247, blue: 0.867)
/* Android */
Color.parseColor("#eb3fdd")Accessibility — WCAG contrast
Aa
#eb3fdd on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3fdd on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green24.7%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow6.0%
Key (black)7.8%
Color previews
#eb3fdd text on a black background
contrast 6.29:1
Card sample
#eb3fdd text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3fdd;
Background color
Panel with #eb3fdd background
background-color: #eb3fdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3fdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 63, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 63, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3fdd; background: linear-gradient(135deg, #eb3fdd, #EB3F6A);