#ee88ff
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 136, 255
HSL
291°, 100%, 77%
CMYK
7, 47, 0, 0
Luminance
0.4301
Every format
| HEX | #ee88ff |
| RGB | rgb(238, 136, 255) |
| HSL | hsl(291, 100%, 77%) |
| CMYK | cmyk(7%, 47%, 0%, 0%) |
| LAB | lab(71.6 56.5 -43.2) |
| LCH | lch(71.6 71.1 322.6) |
| OKLCH | oklch(0.778 0.192 321.7) |
Copy-ready code
/* CSS */
color: #ee88ff;
background-color: #ee88ff;
/* Tailwind (arbitrary) */
class="text-[#ee88ff] bg-[#ee88ff]"
/* SCSS */
$brand: #ee88ff;
/* SwiftUI */
Color(red: 0.933, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#ee88ff")Accessibility — WCAG contrast
Aa
#ee88ff on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee88ff on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green53.3%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ee88ff text on a black background
contrast 9.60:1
Card sample
#ee88ff text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee88ff;
Background color
Panel with #ee88ff background
background-color: #ee88ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee88ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee88ff; background: linear-gradient(135deg, #ee88ff, #FF88C1);