#ee7fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 127, 223
HSL
308°, 77%, 72%
CMYK
0, 47, 6, 7
Luminance
0.3868
Every format
| HEX | #ee7fdf |
| RGB | rgb(238, 127, 223) |
| HSL | hsl(308, 77%, 72%) |
| CMYK | cmyk(0%, 47%, 6%, 7%) |
| LAB | lab(68.5 55.3 -30.4) |
| LCH | lch(68.5 63.0 331.2) |
| OKLCH | oklch(0.751 0.178 332.4) |
Copy-ready code
/* CSS */
color: #ee7fdf;
background-color: #ee7fdf;
/* Tailwind (arbitrary) */
class="text-[#ee7fdf] bg-[#ee7fdf]"
/* SCSS */
$brand: #ee7fdf;
/* SwiftUI */
Color(red: 0.933, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#ee7fdf")Accessibility — WCAG contrast
Aa
#ee7fdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7fdf on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow6.3%
Key (black)6.7%
Color previews
#ee7fdf text on a black background
contrast 8.74:1
Card sample
#ee7fdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7fdf;
Background color
Panel with #ee7fdf background
background-color: #ee7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7fdf; background: linear-gradient(135deg, #ee7fdf, #EE7F95);