Rosé
#f7746b
Looking for the precise values behind Rosé (#f7746b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f7746b | |
|---|---|---|
| RGB | rgb(247, 116, 107) | |
| HSL | hsl(4, 90%, 69%) | |
| CMYK | cmyk(0%, 53%, 57%, 3%) | |
| LAB | lab(65, 51, 30) | |
| OKLCH | oklch(0.71 0.162 26) |
Color harmonies
Tints & shades
Code snippets
color: #f7746b;
background-color: #f7746b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF7746B)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.45, blue: 0.42, alpha: 1.0)