#ee338e
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 51, 142
HSL
331°, 85%, 57%
CMYK
0, 79, 40, 7
Luminance
0.2250
Every format
| HEX | #ee338e |
| RGB | rgb(238, 51, 142) |
| HSL | hsl(331, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 40%, 7%) |
| LAB | lab(54.6 74.7 -5.2) |
| LCH | lch(54.6 74.9 356.0) |
| OKLCH | oklch(0.639 0.230 356.9) |
Copy-ready code
/* CSS */
color: #ee338e;
background-color: #ee338e;
/* Tailwind (arbitrary) */
class="text-[#ee338e] bg-[#ee338e]"
/* SCSS */
$brand: #ee338e;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.557)
/* Android */
Color.parseColor("#ee338e")Accessibility — WCAG contrast
Aa
#ee338e on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee338e on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow40.3%
Key (black)6.7%
Color previews
#ee338e text on a black background
contrast 5.50:1
Card sample
#ee338e text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee338e;
Background color
Panel with #ee338e background
background-color: #ee338e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee338e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee338e; background: linear-gradient(135deg, #ee338e, #EE5533);