#ee2daf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 45, 175
HSL
320°, 85%, 56%
CMYK
0, 81, 27, 7
Luminance
0.2315
Every format
| HEX | #ee2daf |
| RGB | rgb(238, 45, 175) |
| HSL | hsl(320, 85%, 56%) |
| CMYK | cmyk(0%, 81%, 27%, 7%) |
| LAB | lab(55.2 79.6 -23.6) |
| LCH | lch(55.2 83.0 343.5) |
| OKLCH | oklch(0.647 0.250 345.5) |
Copy-ready code
/* CSS */
color: #ee2daf;
background-color: #ee2daf;
/* Tailwind (arbitrary) */
class="text-[#ee2daf] bg-[#ee2daf]"
/* SCSS */
$brand: #ee2daf;
/* SwiftUI */
Color(red: 0.933, green: 0.176, blue: 0.686)
/* Android */
Color.parseColor("#ee2daf")Accessibility — WCAG contrast
Aa
#ee2daf on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2daf on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow26.5%
Key (black)6.7%
Color previews
#ee2daf text on a black background
contrast 5.63:1
Card sample
#ee2daf text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2daf;
Background color
Panel with #ee2daf background
background-color: #ee2daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 45, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 45, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2daf; background: linear-gradient(135deg, #ee2daf, #EE2D2E);