#ee2dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 45, 191
HSL
315°, 85%, 56%
CMYK
0, 81, 20, 7
Luminance
0.2382
Every format
| HEX | #ee2dbf |
| RGB | rgb(238, 45, 191) |
| HSL | hsl(315, 85%, 56%) |
| CMYK | cmyk(0%, 81%, 20%, 7%) |
| LAB | lab(55.9 81.5 -31.8) |
| LCH | lch(55.9 87.5 338.7) |
| OKLCH | oklch(0.654 0.259 340.6) |
Copy-ready code
/* CSS */
color: #ee2dbf;
background-color: #ee2dbf;
/* Tailwind (arbitrary) */
class="text-[#ee2dbf] bg-[#ee2dbf]"
/* SCSS */
$brand: #ee2dbf;
/* SwiftUI */
Color(red: 0.933, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#ee2dbf")Accessibility — WCAG contrast
Aa
#ee2dbf on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2dbf on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow19.7%
Key (black)6.7%
Color previews
#ee2dbf text on a black background
contrast 5.76:1
Card sample
#ee2dbf text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2dbf;
Background color
Panel with #ee2dbf background
background-color: #ee2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2dbf; background: linear-gradient(135deg, #ee2dbf, #EE2D3E);