#ee7abc
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 122, 188
HSL
326°, 77%, 71%
CMYK
0, 49, 21, 7
Luminance
0.3573
Every format
| HEX | #ee7abc |
| RGB | rgb(238, 122, 188) |
| HSL | hsl(326, 77%, 71%) |
| CMYK | cmyk(0%, 49%, 21%, 7%) |
| LAB | lab(66.3 52.3 -14.2) |
| LCH | lch(66.3 54.2 344.8) |
| OKLCH | oklch(0.731 0.161 346.6) |
Copy-ready code
/* CSS */
color: #ee7abc;
background-color: #ee7abc;
/* Tailwind (arbitrary) */
class="text-[#ee7abc] bg-[#ee7abc]"
/* SCSS */
$brand: #ee7abc;
/* SwiftUI */
Color(red: 0.933, green: 0.478, blue: 0.737)
/* Android */
Color.parseColor("#ee7abc")Accessibility — WCAG contrast
Aa
#ee7abc on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7abc on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green47.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta48.7%
Yellow21.0%
Key (black)6.7%
Color previews
#ee7abc text on a black background
contrast 8.15:1
Card sample
#ee7abc text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7abc;
Background color
Panel with #ee7abc background
background-color: #ee7abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 122, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 122, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7abc; background: linear-gradient(135deg, #ee7abc, #EE857A);