Manga Pink
#f5b9d8
Looking for the precise values behind Manga Pink (#f5b9d8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f5b9d8 | |
|---|---|---|
| RGB | rgb(245, 185, 216) | |
| HSL | hsl(329, 75%, 84%) | |
| CMYK | cmyk(0%, 24%, 12%, 4%) | |
| LAB | lab(81, 26, -7) | |
| OKLCH | oklch(0.85 0.079 347) |
Color harmonies
Tints & shades
Code snippets
color: #f5b9d8;
background-color: #f5b9d8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF5B9D8)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.73, blue: 0.85, alpha: 1.0)