#ee3bdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 59, 223
HSL
305°, 84%, 58%
CMYK
0, 75, 6, 7
Luminance
0.2663
Every format
| HEX | #ee3bdf |
| RGB | rgb(238, 59, 223) |
| HSL | hsl(305, 84%, 58%) |
| CMYK | cmyk(0%, 75%, 6%, 7%) |
| LAB | lab(58.6 82.3 -45.8) |
| LCH | lch(58.6 94.2 330.9) |
| OKLCH | oklch(0.679 0.268 331.9) |
Copy-ready code
/* CSS */
color: #ee3bdf;
background-color: #ee3bdf;
/* Tailwind (arbitrary) */
class="text-[#ee3bdf] bg-[#ee3bdf]"
/* SCSS */
$brand: #ee3bdf;
/* SwiftUI */
Color(red: 0.933, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#ee3bdf")Accessibility — WCAG contrast
Aa
#ee3bdf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3bdf on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green23.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow6.3%
Key (black)6.7%
Color previews
#ee3bdf text on a black background
contrast 6.33:1
Card sample
#ee3bdf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3bdf;
Background color
Panel with #ee3bdf background
background-color: #ee3bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3bdf; background: linear-gradient(135deg, #ee3bdf, #EE3B68);