#ee4792
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 71, 146
HSL
333°, 83%, 61%
CMYK
0, 70, 39, 7
Luminance
0.2476
Every format
| HEX | #ee4792 |
| RGB | rgb(238, 71, 146) |
| HSL | hsl(333, 83%, 61%) |
| CMYK | cmyk(0%, 70%, 39%, 7%) |
| LAB | lab(56.8 69.0 -4.1) |
| LCH | lch(56.8 69.1 356.6) |
| OKLCH | oklch(0.656 0.212 357.3) |
Copy-ready code
/* CSS */
color: #ee4792;
background-color: #ee4792;
/* Tailwind (arbitrary) */
class="text-[#ee4792] bg-[#ee4792]"
/* SCSS */
$brand: #ee4792;
/* SwiftUI */
Color(red: 0.933, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#ee4792")Accessibility — WCAG contrast
Aa
#ee4792 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4792 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green27.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow38.7%
Key (black)6.7%
Color previews
#ee4792 text on a black background
contrast 5.95:1
Card sample
#ee4792 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4792;
Background color
Panel with #ee4792 background
background-color: #ee4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4792; background: linear-gradient(135deg, #ee4792, #EE6B47);