#ee0ddf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 13, 223
HSL
304°, 90%, 49%
CMYK
0, 95, 6, 7
Luminance
0.2379
Every format
| HEX | #ee0ddf |
| RGB | rgb(238, 13, 223) |
| HSL | hsl(304, 90%, 49%) |
| CMYK | cmyk(0%, 95%, 6%, 7%) |
| LAB | lab(55.9 90.3 -50.2) |
| LCH | lch(55.9 103.3 331.0) |
| OKLCH | oklch(0.659 0.294 331.9) |
Copy-ready code
/* CSS */
color: #ee0ddf;
background-color: #ee0ddf;
/* Tailwind (arbitrary) */
class="text-[#ee0ddf] bg-[#ee0ddf]"
/* SCSS */
$brand: #ee0ddf;
/* SwiftUI */
Color(red: 0.933, green: 0.051, blue: 0.875)
/* Android */
Color.parseColor("#ee0ddf")Accessibility — WCAG contrast
Aa
#ee0ddf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0ddf on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green5.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow6.3%
Key (black)6.7%
Color previews
#ee0ddf text on a black background
contrast 5.76:1
Card sample
#ee0ddf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0ddf;
Background color
Panel with #ee0ddf background
background-color: #ee0ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 13, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 13, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0ddf; background: linear-gradient(135deg, #ee0ddf, #EE0D49);