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