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