#ee7fd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 127, 210
HSL
315°, 77%, 72%
CMYK
0, 47, 12, 7
Luminance
0.3801
Every format
| HEX | #ee7fd2 |
| RGB | rgb(238, 127, 210) |
| HSL | hsl(315, 77%, 72%) |
| CMYK | cmyk(0%, 47%, 12%, 7%) |
| LAB | lab(68.0 53.1 -23.9) |
| LCH | lch(68.0 58.3 335.8) |
| OKLCH | oklch(0.746 0.168 337.5) |
Copy-ready code
/* CSS */
color: #ee7fd2;
background-color: #ee7fd2;
/* Tailwind (arbitrary) */
class="text-[#ee7fd2] bg-[#ee7fd2]"
/* SCSS */
$brand: #ee7fd2;
/* SwiftUI */
Color(red: 0.933, green: 0.498, blue: 0.824)
/* Android */
Color.parseColor("#ee7fd2")Accessibility — WCAG contrast
Aa
#ee7fd2 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7fd2 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green49.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow11.8%
Key (black)6.7%
Color previews
#ee7fd2 text on a black background
contrast 8.60:1
Card sample
#ee7fd2 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7fd2;
Background color
Panel with #ee7fd2 background
background-color: #ee7fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 127, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 127, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7fd2; background: linear-gradient(135deg, #ee7fd2, #EE7F88);