#ee88dd
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 136, 221
HSL
310°, 75%, 73%
CMYK
0, 43, 7, 7
Luminance
0.4101
Every format
| HEX | #ee88dd |
| RGB | rgb(238, 136, 221) |
| HSL | hsl(310, 75%, 73%) |
| CMYK | cmyk(0%, 43%, 7%, 7%) |
| LAB | lab(70.2 50.5 -26.7) |
| LCH | lch(70.2 57.1 332.1) |
| OKLCH | oklch(0.763 0.162 333.5) |
Copy-ready code
/* CSS */
color: #ee88dd;
background-color: #ee88dd;
/* Tailwind (arbitrary) */
class="text-[#ee88dd] bg-[#ee88dd]"
/* SCSS */
$brand: #ee88dd;
/* SwiftUI */
Color(red: 0.933, green: 0.533, blue: 0.867)
/* Android */
Color.parseColor("#ee88dd")Accessibility — WCAG contrast
Aa
#ee88dd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee88dd on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green53.3%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow7.1%
Key (black)6.7%
Color previews
#ee88dd text on a black background
contrast 9.20:1
Card sample
#ee88dd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee88dd;
Background color
Panel with #ee88dd background
background-color: #ee88dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee88dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 136, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 136, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee88dd; background: linear-gradient(135deg, #ee88dd, #EE8899);