#ee88cc
a light, electric magenta / pink · warm · closest name: plum
RGB
238, 136, 204
HSL
320°, 75%, 73%
CMYK
0, 43, 14, 7
Luminance
0.4015
Every format
| HEX | #ee88cc |
| RGB | rgb(238, 136, 204) |
| HSL | hsl(320, 75%, 73%) |
| CMYK | cmyk(0%, 43%, 14%, 7%) |
| LAB | lab(69.6 47.7 -18.2) |
| LCH | lch(69.6 51.1 339.1) |
| OKLCH | oklch(0.757 0.148 340.9) |
Copy-ready code
/* CSS */
color: #ee88cc;
background-color: #ee88cc;
/* Tailwind (arbitrary) */
class="text-[#ee88cc] bg-[#ee88cc]"
/* SCSS */
$brand: #ee88cc;
/* SwiftUI */
Color(red: 0.933, green: 0.533, blue: 0.800)
/* Android */
Color.parseColor("#ee88cc")Accessibility — WCAG contrast
Aa
#ee88cc on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee88cc on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green53.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow14.3%
Key (black)6.7%
Color previews
#ee88cc text on a black background
contrast 9.03:1
Card sample
#ee88cc text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee88cc;
Background color
Panel with #ee88cc background
background-color: #ee88cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee88cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 136, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 136, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee88cc; background: linear-gradient(135deg, #ee88cc, #EE8888);