#ee1cba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 28, 186
HSL
315°, 86%, 52%
CMYK
0, 88, 22, 7
Luminance
0.2255
Every format
| HEX | #ee1cba |
| RGB | rgb(238, 28, 186) |
| HSL | hsl(315, 86%, 52%) |
| CMYK | cmyk(0%, 88%, 22%, 7%) |
| LAB | lab(54.6 84.0 -30.9) |
| LCH | lch(54.6 89.5 339.8) |
| OKLCH | oklch(0.644 0.267 341.8) |
Copy-ready code
/* CSS */
color: #ee1cba;
background-color: #ee1cba;
/* Tailwind (arbitrary) */
class="text-[#ee1cba] bg-[#ee1cba]"
/* SCSS */
$brand: #ee1cba;
/* SwiftUI */
Color(red: 0.933, green: 0.110, blue: 0.729)
/* Android */
Color.parseColor("#ee1cba")Accessibility — WCAG contrast
Aa
#ee1cba on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee1cba on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green11.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow21.8%
Key (black)6.7%
Color previews
#ee1cba text on a black background
contrast 5.51:1
Card sample
#ee1cba text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee1cba;
Background color
Panel with #ee1cba background
background-color: #ee1cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee1cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 28, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 28, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee1cba; background: linear-gradient(135deg, #ee1cba, #EE1C2E);