#ee28ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 40, 255
HSL
295°, 100%, 58%
CMYK
7, 84, 0, 0
Luminance
0.2691
Every format
| HEX | #ee28ff |
| RGB | rgb(238, 40, 255) |
| HSL | hsl(295, 100%, 58%) |
| CMYK | cmyk(7%, 84%, 0%, 0%) |
| LAB | lab(58.9 91.5 -63.3) |
| LCH | lch(58.9 111.2 325.3) |
| OKLCH | oklch(0.686 0.304 324.4) |
Copy-ready code
/* CSS */
color: #ee28ff;
background-color: #ee28ff;
/* Tailwind (arbitrary) */
class="text-[#ee28ff] bg-[#ee28ff]"
/* SCSS */
$brand: #ee28ff;
/* SwiftUI */
Color(red: 0.933, green: 0.157, blue: 1.000)
/* Android */
Color.parseColor("#ee28ff")Accessibility — WCAG contrast
Aa
#ee28ff on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee28ff on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green15.7%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta84.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ee28ff text on a black background
contrast 6.38:1
Card sample
#ee28ff text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee28ff;
Background color
Panel with #ee28ff background
background-color: #ee28ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee28ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 40, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 40, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee28ff; background: linear-gradient(135deg, #ee28ff, #FF2880);