#ee28c7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 40, 199
HSL
312°, 85%, 55%
CMYK
0, 83, 16, 7
Luminance
0.2382
Every format
| HEX | #ee28c7 |
| RGB | rgb(238, 40, 199) |
| HSL | hsl(312, 85%, 55%) |
| CMYK | cmyk(0%, 83%, 16%, 7%) |
| LAB | lab(55.9 83.5 -36.4) |
| LCH | lch(55.9 91.1 336.4) |
| OKLCH | oklch(0.656 0.267 338.2) |
Copy-ready code
/* CSS */
color: #ee28c7;
background-color: #ee28c7;
/* Tailwind (arbitrary) */
class="text-[#ee28c7] bg-[#ee28c7]"
/* SCSS */
$brand: #ee28c7;
/* SwiftUI */
Color(red: 0.933, green: 0.157, blue: 0.780)
/* Android */
Color.parseColor("#ee28c7")Accessibility — WCAG contrast
Aa
#ee28c7 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee28c7 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green15.7%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow16.4%
Key (black)6.7%
Color previews
#ee28c7 text on a black background
contrast 5.76:1
Card sample
#ee28c7 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee28c7;
Background color
Panel with #ee28c7 background
background-color: #ee28c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee28c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 40, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 40, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee28c7; background: linear-gradient(135deg, #ee28c7, #EE2843);