Apple Cherry
#f81404
Apple Cherry is a color with the hex code #f81404. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f81404 | |
|---|---|---|
| RGB | rgb(248, 20, 4) | |
| HSL | hsl(4, 97%, 49%) | |
| CMYK | cmyk(0%, 92%, 98%, 3%) | |
| LAB | lab(53, 78, 67) | |
| OKLCH | oklch(0.62 0.248 30) |
Color harmonies
Tints & shades
Code snippets
color: #f81404;
background-color: #f81404;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFF81404)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.08, blue: 0.02, alpha: 1.0)