Sparkling Cosmo
#f9736e
Looking for the precise values behind Sparkling Cosmo (#f9736e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f9736e | |
|---|---|---|
| RGB | rgb(249, 115, 110) | |
| HSL | hsl(2, 92%, 70%) | |
| CMYK | cmyk(0%, 54%, 56%, 2%) | |
| LAB | lab(65, 52, 29) | |
| OKLCH | oklch(0.71 0.165 24) |
Color harmonies
Tints & shades
Code snippets
color: #f9736e;
background-color: #f9736e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF9736E)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.45, blue: 0.43, alpha: 1.0)