#ee188f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 24, 143
HSL
327°, 86%, 51%
CMYK
0, 90, 40, 7
Luminance
0.2081
Every format
| HEX | #ee188f |
| RGB | rgb(238, 24, 143) |
| HSL | hsl(327, 86%, 51%) |
| CMYK | cmyk(0%, 90%, 40%, 7%) |
| LAB | lab(52.8 80.1 -8.4) |
| LCH | lch(52.8 80.5 354.0) |
| OKLCH | oklch(0.625 0.248 355.1) |
Copy-ready code
/* CSS */
color: #ee188f;
background-color: #ee188f;
/* Tailwind (arbitrary) */
class="text-[#ee188f] bg-[#ee188f]"
/* SCSS */
$brand: #ee188f;
/* SwiftUI */
Color(red: 0.933, green: 0.094, blue: 0.561)
/* Android */
Color.parseColor("#ee188f")Accessibility — WCAG contrast
Aa
#ee188f on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee188f on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green9.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow39.9%
Key (black)6.7%
Color previews
#ee188f text on a black background
contrast 5.16:1
Card sample
#ee188f text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee188f;
Background color
Panel with #ee188f background
background-color: #ee188f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee188f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 24, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 24, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee188f; background: linear-gradient(135deg, #ee188f, #EE3018);