Anime Blush
#ff7a83
Anime Blush is a color with the hex code #ff7a83. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff7a83 | |
|---|---|---|
| RGB | rgb(255, 122, 131) | |
| HSL | hsl(356, 100%, 74%) | |
| CMYK | cmyk(0%, 52%, 49%, 0%) | |
| LAB | lab(68, 52, 21) | |
| OKLCH | oklch(0.74 0.162 18) |
Color harmonies
Tints & shades
Code snippets
color: #ff7a83;
background-color: #ff7a83;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF7A83)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.48, blue: 0.51, alpha: 1.0)