#ee3ace
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 58, 206
HSL
311°, 84%, 58%
CMYK
0, 76, 13, 7
Luminance
0.2566
Every format
| HEX | #ee3ace |
| RGB | rgb(238, 58, 206) |
| HSL | hsl(311, 84%, 58%) |
| CMYK | cmyk(0%, 76%, 13%, 7%) |
| LAB | lab(57.7 80.2 -37.6) |
| LCH | lch(57.7 88.6 334.9) |
| OKLCH | oklch(0.670 0.257 336.5) |
Copy-ready code
/* CSS */
color: #ee3ace;
background-color: #ee3ace;
/* Tailwind (arbitrary) */
class="text-[#ee3ace] bg-[#ee3ace]"
/* SCSS */
$brand: #ee3ace;
/* SwiftUI */
Color(red: 0.933, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#ee3ace")Accessibility — WCAG contrast
Aa
#ee3ace on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3ace on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green22.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow13.4%
Key (black)6.7%
Color previews
#ee3ace text on a black background
contrast 6.13:1
Card sample
#ee3ace text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3ace;
Background color
Panel with #ee3ace background
background-color: #ee3ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3ace; background: linear-gradient(135deg, #ee3ace, #EE3A56);