#ee63df
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 99, 223
HSL
307°, 80%, 66%
CMYK
0, 58, 6, 7
Luminance
0.3243
Every format
| HEX | #ee63df |
| RGB | rgb(238, 99, 223) |
| HSL | hsl(307, 80%, 66%) |
| CMYK | cmyk(0%, 58%, 6%, 7%) |
| LAB | lab(63.7 68.1 -37.8) |
| LCH | lch(63.7 77.9 330.9) |
| OKLCH | oklch(0.716 0.221 332.0) |
Copy-ready code
/* CSS */
color: #ee63df;
background-color: #ee63df;
/* Tailwind (arbitrary) */
class="text-[#ee63df] bg-[#ee63df]"
/* SCSS */
$brand: #ee63df;
/* SwiftUI */
Color(red: 0.933, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#ee63df")Accessibility — WCAG contrast
Aa
#ee63df on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee63df on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green38.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta58.4%
Yellow6.3%
Key (black)6.7%
Color previews
#ee63df text on a black background
contrast 7.49:1
Card sample
#ee63df text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee63df;
Background color
Panel with #ee63df background
background-color: #ee63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee63df; background: linear-gradient(135deg, #ee63df, #EE6382);