#ee55ff
a light, electric magenta / pink · warm · closest name: magenta
RGB
238, 85, 255
HSL
294°, 100%, 67%
CMYK
7, 67, 0, 0
Luminance
0.3189
Every format
| HEX | #ee55ff |
| RGB | rgb(238, 85, 255) |
| HSL | hsl(294, 100%, 67%) |
| CMYK | cmyk(7%, 67%, 0%, 0%) |
| LAB | lab(63.3 78.9 -56.3) |
| LCH | lch(63.3 96.9 324.5) |
| OKLCH | oklch(0.717 0.264 323.6) |
Copy-ready code
/* CSS */
color: #ee55ff;
background-color: #ee55ff;
/* Tailwind (arbitrary) */
class="text-[#ee55ff] bg-[#ee55ff]"
/* SCSS */
$brand: #ee55ff;
/* SwiftUI */
Color(red: 0.933, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#ee55ff")Accessibility — WCAG contrast
Aa
#ee55ff on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee55ff on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green33.3%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ee55ff text on a black background
contrast 7.38:1
Card sample
#ee55ff text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee55ff;
Background color
Panel with #ee55ff background
background-color: #ee55ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee55ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee55ff; background: linear-gradient(135deg, #ee55ff, #FF559F);