#ee07df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 7, 223
HSL
304°, 94%, 48%
CMYK
0, 97, 6, 7
Luminance
0.2366
Every format
| HEX | #ee07df |
| RGB | rgb(238, 7, 223) |
| HSL | hsl(304, 94%, 48%) |
| CMYK | cmyk(0%, 97%, 6%, 7%) |
| LAB | lab(55.8 90.7 -50.4) |
| LCH | lch(55.8 103.8 331.0) |
| OKLCH | oklch(0.658 0.295 331.9) |
Copy-ready code
/* CSS */
color: #ee07df;
background-color: #ee07df;
/* Tailwind (arbitrary) */
class="text-[#ee07df] bg-[#ee07df]"
/* SCSS */
$brand: #ee07df;
/* SwiftUI */
Color(red: 0.933, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#ee07df")Accessibility — WCAG contrast
Aa
#ee07df on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee07df on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green2.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta97.1%
Yellow6.3%
Key (black)6.7%
Color previews
#ee07df text on a black background
contrast 5.73:1
Card sample
#ee07df text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee07df;
Background color
Panel with #ee07df background
background-color: #ee07df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee07df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee07df; background: linear-gradient(135deg, #ee07df, #EE0745);