#ee2fc3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 47, 195
HSL
314°, 85%, 56%
CMYK
0, 80, 18, 7
Luminance
0.2415
Every format
| HEX | #ee2fc3 |
| RGB | rgb(238, 47, 195) |
| HSL | hsl(314, 85%, 56%) |
| CMYK | cmyk(0%, 80%, 18%, 7%) |
| LAB | lab(56.2 81.5 -33.6) |
| LCH | lch(56.2 88.2 337.6) |
| OKLCH | oklch(0.657 0.260 339.5) |
Copy-ready code
/* CSS */
color: #ee2fc3;
background-color: #ee2fc3;
/* Tailwind (arbitrary) */
class="text-[#ee2fc3] bg-[#ee2fc3]"
/* SCSS */
$brand: #ee2fc3;
/* SwiftUI */
Color(red: 0.933, green: 0.184, blue: 0.765)
/* Android */
Color.parseColor("#ee2fc3")Accessibility — WCAG contrast
Aa
#ee2fc3 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2fc3 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green18.4%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow18.1%
Key (black)6.7%
Color previews
#ee2fc3 text on a black background
contrast 5.83:1
Card sample
#ee2fc3 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2fc3;
Background color
Panel with #ee2fc3 background
background-color: #ee2fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 47, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 47, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2fc3; background: linear-gradient(135deg, #ee2fc3, #EE2F44);