Meat
#f08080
Looking for the precise values behind Meat (#f08080)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f08080 | |
|---|---|---|
| RGB | rgb(240, 128, 128) | |
| HSL | hsl(0, 79%, 72%) | |
| CMYK | cmyk(0%, 47%, 47%, 6%) | |
| LAB | lab(67, 44, 21) | |
| OKLCH | oklch(0.72 0.138 21) |
Color harmonies
Tints & shades
Code snippets
color: #f08080;
background-color: #f08080;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF08080)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.50, blue: 0.50, alpha: 1.0)