Majestic Magenta
#ee4488
Here's everything about the color Majestic Magenta (#ee4488) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ee4488 | |
|---|---|---|
| RGB | rgb(238, 68, 136) | |
| HSL | hsl(336, 83%, 60%) | |
| CMYK | cmyk(0%, 71%, 43%, 7%) | |
| LAB | lab(57, 69, 2) | |
| OKLCH | oklch(0.65 0.212 1) |
Color harmonies
Tints & shades
Code snippets
color: #ee4488;
background-color: #ee4488;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFEE4488)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.27, blue: 0.53, alpha: 1.0)