#ee4ddf
a balanced, electric magenta / pink · warm · closest name: violet
RGB
238, 77, 223
HSL
306°, 83%, 62%
CMYK
0, 68, 6, 7
Luminance
0.2881
Every format
| HEX | #ee4ddf |
| RGB | rgb(238, 77, 223) |
| HSL | hsl(306, 83%, 62%) |
| CMYK | cmyk(0%, 68%, 6%, 7%) |
| LAB | lab(60.6 76.7 -42.7) |
| LCH | lch(60.6 87.7 330.9) |
| OKLCH | oklch(0.693 0.249 331.9) |
Copy-ready code
/* CSS */
color: #ee4ddf;
background-color: #ee4ddf;
/* Tailwind (arbitrary) */
class="text-[#ee4ddf] bg-[#ee4ddf]"
/* SCSS */
$brand: #ee4ddf;
/* SwiftUI */
Color(red: 0.933, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#ee4ddf")Accessibility — WCAG contrast
Aa
#ee4ddf on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4ddf on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green30.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow6.3%
Key (black)6.7%
Color previews
#ee4ddf text on a black background
contrast 6.76:1
Card sample
#ee4ddf text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4ddf;
Background color
Panel with #ee4ddf background
background-color: #ee4ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4ddf; background: linear-gradient(135deg, #ee4ddf, #EE4D74);