#ee6fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 111, 223
HSL
307°, 79%, 68%
CMYK
0, 53, 6, 7
Luminance
0.3487
Every format
| HEX | #ee6fdf |
| RGB | rgb(238, 111, 223) |
| HSL | hsl(307, 79%, 68%) |
| CMYK | cmyk(0%, 53%, 6%, 7%) |
| LAB | lab(65.7 62.8 -34.8) |
| LCH | lch(65.7 71.8 331.0) |
| OKLCH | oklch(0.730 0.203 332.1) |
Copy-ready code
/* CSS */
color: #ee6fdf;
background-color: #ee6fdf;
/* Tailwind (arbitrary) */
class="text-[#ee6fdf] bg-[#ee6fdf]"
/* SCSS */
$brand: #ee6fdf;
/* SwiftUI */
Color(red: 0.933, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#ee6fdf")Accessibility — WCAG contrast
Aa
#ee6fdf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee6fdf on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green43.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow6.3%
Key (black)6.7%
Color previews
#ee6fdf text on a black background
contrast 7.97:1
Card sample
#ee6fdf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6fdf;
Background color
Panel with #ee6fdf background
background-color: #ee6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6fdf; background: linear-gradient(135deg, #ee6fdf, #EE6F8A);