#ee72be
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 114, 190
HSL
323°, 79%, 69%
CMYK
0, 52, 20, 7
Luminance
0.3393
Every format
| HEX | #ee72be |
| RGB | rgb(238, 114, 190) |
| HSL | hsl(323, 79%, 69%) |
| CMYK | cmyk(0%, 52%, 20%, 7%) |
| LAB | lab(64.9 56.4 -17.4) |
| LCH | lch(64.9 59.0 342.8) |
| OKLCH | oklch(0.720 0.175 344.7) |
Copy-ready code
/* CSS */
color: #ee72be;
background-color: #ee72be;
/* Tailwind (arbitrary) */
class="text-[#ee72be] bg-[#ee72be]"
/* SCSS */
$brand: #ee72be;
/* SwiftUI */
Color(red: 0.933, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#ee72be")Accessibility — WCAG contrast
Aa
#ee72be on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee72be on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta52.1%
Yellow20.2%
Key (black)6.7%
Color previews
#ee72be text on a black background
contrast 7.79:1
Card sample
#ee72be text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee72be;
Background color
Panel with #ee72be background
background-color: #ee72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee72be; background: linear-gradient(135deg, #ee72be, #EE7972);