#eb3ddb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 61, 219
HSL
306°, 81%, 58%
CMYK
0, 74, 7, 8
Luminance
0.2611
Every format
| HEX | #eb3ddb |
| RGB | rgb(235, 61, 219) |
| HSL | hsl(306, 81%, 58%) |
| CMYK | cmyk(0%, 74%, 7%, 8%) |
| LAB | lab(58.1 80.5 -44.3) |
| LCH | lch(58.1 91.9 331.2) |
| OKLCH | oklch(0.674 0.262 332.2) |
Copy-ready code
/* CSS */
color: #eb3ddb;
background-color: #eb3ddb;
/* Tailwind (arbitrary) */
class="text-[#eb3ddb] bg-[#eb3ddb]"
/* SCSS */
$brand: #eb3ddb;
/* SwiftUI */
Color(red: 0.922, green: 0.239, blue: 0.859)
/* Android */
Color.parseColor("#eb3ddb")Accessibility — WCAG contrast
Aa
#eb3ddb on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3ddb on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow6.8%
Key (black)7.8%
Color previews
#eb3ddb text on a black background
contrast 6.22:1
Card sample
#eb3ddb text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3ddb;
Background color
Panel with #eb3ddb background
background-color: #eb3ddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3ddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 61, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 61, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3ddb; background: linear-gradient(135deg, #eb3ddb, #EB3D67);