Magical Girl
#ff7a8f
Here's everything about the color Magical Girl (#ff7a8f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff7a8f | |
|---|---|---|
| RGB | rgb(255, 122, 143) | |
| HSL | hsl(351, 100%, 74%) | |
| CMYK | cmyk(0%, 52%, 44%, 0%) | |
| LAB | lab(68, 53, 14) | |
| OKLCH | oklch(0.74 0.162 12) |
Color harmonies
Tints & shades
Code snippets
color: #ff7a8f;
background-color: #ff7a8f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF7A8F)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.48, blue: 0.56, alpha: 1.0)