#ee5abc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 90, 188
HSL
320°, 81%, 64%
CMYK
0, 62, 21, 7
Luminance
0.2912
Every format
| HEX | #ee5abc |
| RGB | rgb(238, 90, 188) |
| HSL | hsl(320, 81%, 64%) |
| CMYK | cmyk(0%, 62%, 21%, 7%) |
| LAB | lab(60.9 66.7 -22.4) |
| LCH | lch(60.9 70.4 341.4) |
| OKLCH | oklch(0.690 0.209 343.4) |
Copy-ready code
/* CSS */
color: #ee5abc;
background-color: #ee5abc;
/* Tailwind (arbitrary) */
class="text-[#ee5abc] bg-[#ee5abc]"
/* SCSS */
$brand: #ee5abc;
/* SwiftUI */
Color(red: 0.933, green: 0.353, blue: 0.737)
/* Android */
Color.parseColor("#ee5abc")Accessibility — WCAG contrast
Aa
#ee5abc on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee5abc on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green35.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta62.2%
Yellow21.0%
Key (black)6.7%
Color previews
#ee5abc text on a black background
contrast 6.82:1
Card sample
#ee5abc text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5abc;
Background color
Panel with #ee5abc background
background-color: #ee5abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 90, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 90, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5abc; background: linear-gradient(135deg, #ee5abc, #EE5B5A);