#ee2fba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 47, 186
HSL
316°, 85%, 56%
CMYK
0, 80, 22, 7
Luminance
0.2376
Every format
| HEX | #ee2fba |
| RGB | rgb(238, 47, 186) |
| HSL | hsl(316, 85%, 56%) |
| CMYK | cmyk(0%, 80%, 22%, 7%) |
| LAB | lab(55.9 80.4 -29.0) |
| LCH | lch(55.9 85.5 340.2) |
| OKLCH | oklch(0.653 0.255 342.1) |
Copy-ready code
/* CSS */
color: #ee2fba;
background-color: #ee2fba;
/* Tailwind (arbitrary) */
class="text-[#ee2fba] bg-[#ee2fba]"
/* SCSS */
$brand: #ee2fba;
/* SwiftUI */
Color(red: 0.933, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#ee2fba")Accessibility — WCAG contrast
Aa
#ee2fba on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2fba on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green18.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow21.8%
Key (black)6.7%
Color previews
#ee2fba text on a black background
contrast 5.75:1
Card sample
#ee2fba text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2fba;
Background color
Panel with #ee2fba background
background-color: #ee2fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2fba; background: linear-gradient(135deg, #ee2fba, #EE2F3B);