#ee258a
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 37, 138
HSL
330°, 86%, 54%
CMYK
0, 85, 42, 7
Luminance
0.2134
Every format
| HEX | #ee258a |
| RGB | rgb(238, 37, 138) |
| HSL | hsl(330, 86%, 54%) |
| CMYK | cmyk(0%, 85%, 42%, 7%) |
| LAB | lab(53.3 77.5 -4.6) |
| LCH | lch(53.3 77.6 356.6) |
| OKLCH | oklch(0.629 0.239 357.3) |
Copy-ready code
/* CSS */
color: #ee258a;
background-color: #ee258a;
/* Tailwind (arbitrary) */
class="text-[#ee258a] bg-[#ee258a]"
/* SCSS */
$brand: #ee258a;
/* SwiftUI */
Color(red: 0.933, green: 0.145, blue: 0.541)
/* Android */
Color.parseColor("#ee258a")Accessibility — WCAG contrast
Aa
#ee258a on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee258a on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green14.5%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow42.0%
Key (black)6.7%
Color previews
#ee258a text on a black background
contrast 5.27:1
Card sample
#ee258a text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee258a;
Background color
Panel with #ee258a background
background-color: #ee258a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee258a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 37, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 37, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee258a; background: linear-gradient(135deg, #ee258a, #EE4625);