Strawberry Field
#fa8383
Strawberry Field is a color with the hex code #fa8383. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fa8383 | |
|---|---|---|
| RGB | rgb(250, 131, 131) | |
| HSL | hsl(0, 92%, 75%) | |
| CMYK | cmyk(0%, 48%, 48%, 2%) | |
| LAB | lab(69, 46, 22) | |
| OKLCH | oklch(0.74 0.145 21) |
Color harmonies
Tints & shades
Code snippets
color: #fa8383;
background-color: #fa8383;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFA8383)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.51, blue: 0.51, alpha: 1.0)