Cherry Soda
#ff0044
Here's everything about the color Cherry Soda (#ff0044) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff0044 | |
|---|---|---|
| RGB | rgb(255, 0, 68) | |
| HSL | hsl(344, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 73%, 0%) | |
| LAB | lab(55, 82, 41) | |
| OKLCH | oklch(0.63 0.254 20) |
Color harmonies
Tints & shades
Code snippets
color: #ff0044;
background-color: #ff0044;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFF0044)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.27, alpha: 1.0)