#ee25df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 37, 223
HSL
305°, 86%, 54%
CMYK
0, 85, 6, 7
Luminance
0.2483
Every format
| HEX | #ee25df |
| RGB | rgb(238, 37, 223) |
| HSL | hsl(305, 86%, 54%) |
| CMYK | cmyk(0%, 85%, 6%, 7%) |
| LAB | lab(56.9 87.3 -48.5) |
| LCH | lch(56.9 99.9 330.9) |
| OKLCH | oklch(0.667 0.284 331.9) |
Copy-ready code
/* CSS */
color: #ee25df;
background-color: #ee25df;
/* Tailwind (arbitrary) */
class="text-[#ee25df] bg-[#ee25df]"
/* SCSS */
$brand: #ee25df;
/* SwiftUI */
Color(red: 0.933, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#ee25df")Accessibility — WCAG contrast
Aa
#ee25df on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee25df on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green14.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow6.3%
Key (black)6.7%
Color previews
#ee25df text on a black background
contrast 5.97:1
Card sample
#ee25df text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee25df;
Background color
Panel with #ee25df background
background-color: #ee25df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee25df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee25df; background: linear-gradient(135deg, #ee25df, #EE2559);