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