#eb3ddf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 61, 223
HSL
304°, 81%, 58%
CMYK
0, 74, 5, 8
Luminance
0.2633
Every format
| HEX | #eb3ddf |
| RGB | rgb(235, 61, 223) |
| HSL | hsl(304, 81%, 58%) |
| CMYK | cmyk(0%, 74%, 5%, 8%) |
| LAB | lab(58.4 81.1 -46.3) |
| LCH | lch(58.4 93.4 330.3) |
| OKLCH | oklch(0.676 0.264 331.1) |
Copy-ready code
/* CSS */
color: #eb3ddf;
background-color: #eb3ddf;
/* Tailwind (arbitrary) */
class="text-[#eb3ddf] bg-[#eb3ddf]"
/* SCSS */
$brand: #eb3ddf;
/* SwiftUI */
Color(red: 0.922, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#eb3ddf")Accessibility — WCAG contrast
Aa
#eb3ddf on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3ddf on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow5.1%
Key (black)7.8%
Color previews
#eb3ddf text on a black background
contrast 6.27:1
Card sample
#eb3ddf text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3ddf;
Background color
Panel with #eb3ddf background
background-color: #eb3ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3ddf; background: linear-gradient(135deg, #eb3ddf, #EB3D6B);