Strawberry
#fb2943
Looking for the precise values behind Strawberry (#fb2943)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fb2943 | |
|---|---|---|
| RGB | rgb(251, 41, 67) | |
| HSL | hsl(353, 96%, 57%) | |
| CMYK | cmyk(0%, 84%, 73%, 2%) | |
| LAB | lab(55, 76, 42) | |
| OKLCH | oklch(0.64 0.238 22) |
Color harmonies
Tints & shades
Code snippets
color: #fb2943;
background-color: #fb2943;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFB2943)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.16, blue: 0.26, alpha: 1.0)