Kissable
#fd8f79
Looking for the precise values behind Kissable (#fd8f79)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fd8f79 | |
|---|---|---|
| RGB | rgb(253, 143, 121) | |
| HSL | hsl(10, 97%, 73%) | |
| CMYK | cmyk(0%, 43%, 52%, 1%) | |
| LAB | lab(71, 41, 31) | |
| OKLCH | oklch(0.76 0.138 32) |
Color harmonies
Tints & shades
Code snippets
color: #fd8f79;
background-color: #fd8f79;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFD8F79)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.56, blue: 0.47, alpha: 1.0)