#ee2568
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 37, 104
HSL
340°, 86%, 54%
CMYK
0, 85, 56, 7
Luminance
0.2050
Every format
| HEX | #ee2568 |
| RGB | rgb(238, 37, 104) |
| HSL | hsl(340, 86%, 54%) |
| CMYK | cmyk(0%, 85%, 56%, 7%) |
| LAB | lab(52.4 74.9 14.6) |
| LCH | lch(52.4 76.3 11.0) |
| OKLCH | oklch(0.620 0.231 9.2) |
Copy-ready code
/* CSS */
color: #ee2568;
background-color: #ee2568;
/* Tailwind (arbitrary) */
class="text-[#ee2568] bg-[#ee2568]"
/* SCSS */
$brand: #ee2568;
/* SwiftUI */
Color(red: 0.933, green: 0.145, blue: 0.408)
/* Android */
Color.parseColor("#ee2568")Accessibility — WCAG contrast
Aa
#ee2568 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2568 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green14.5%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow56.3%
Key (black)6.7%
Color previews
#ee2568 text on a black background
contrast 5.10:1
Card sample
#ee2568 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2568;
Background color
Panel with #ee2568 background
background-color: #ee2568;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2568;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 37, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 37, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2568; background: linear-gradient(135deg, #ee2568, #EE6825);