#ee3abc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 58, 188
HSL
317°, 84%, 58%
CMYK
0, 76, 21, 7
Luminance
0.2483
Every format
| HEX | #ee3abc |
| RGB | rgb(238, 58, 188) |
| HSL | hsl(317, 84%, 58%) |
| CMYK | cmyk(0%, 76%, 21%, 7%) |
| LAB | lab(56.9 77.8 -28.5) |
| LCH | lch(56.9 82.9 339.9) |
| OKLCH | oklch(0.661 0.246 341.8) |
Copy-ready code
/* CSS */
color: #ee3abc;
background-color: #ee3abc;
/* Tailwind (arbitrary) */
class="text-[#ee3abc] bg-[#ee3abc]"
/* SCSS */
$brand: #ee3abc;
/* SwiftUI */
Color(red: 0.933, green: 0.227, blue: 0.737)
/* Android */
Color.parseColor("#ee3abc")Accessibility — WCAG contrast
Aa
#ee3abc on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3abc on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green22.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow21.0%
Key (black)6.7%
Color previews
#ee3abc text on a black background
contrast 5.97:1
Card sample
#ee3abc text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3abc;
Background color
Panel with #ee3abc background
background-color: #ee3abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 58, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 58, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3abc; background: linear-gradient(135deg, #ee3abc, #EE3A44);