#ee5ddf
a balanced, electric magenta / pink · warm · closest name: violet
RGB
238, 93, 223
HSL
306°, 81%, 65%
CMYK
0, 61, 6, 7
Luminance
0.3133
Every format
| HEX | #ee5ddf |
| RGB | rgb(238, 93, 223) |
| HSL | hsl(306, 81%, 65%) |
| CMYK | cmyk(0%, 61%, 6%, 7%) |
| LAB | lab(62.8 70.6 -39.3) |
| LCH | lch(62.8 80.8 330.9) |
| OKLCH | oklch(0.709 0.229 332.0) |
Copy-ready code
/* CSS */
color: #ee5ddf;
background-color: #ee5ddf;
/* Tailwind (arbitrary) */
class="text-[#ee5ddf] bg-[#ee5ddf]"
/* SCSS */
$brand: #ee5ddf;
/* SwiftUI */
Color(red: 0.933, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#ee5ddf")Accessibility — WCAG contrast
Aa
#ee5ddf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee5ddf on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green36.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow6.3%
Key (black)6.7%
Color previews
#ee5ddf text on a black background
contrast 7.27:1
Card sample
#ee5ddf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5ddf;
Background color
Panel with #ee5ddf background
background-color: #ee5ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5ddf; background: linear-gradient(135deg, #ee5ddf, #EE5D7E);