Stellar Strawberry
#ff5c8d
Looking for the precise values behind Stellar Strawberry (#ff5c8d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff5c8d | |
|---|---|---|
| RGB | rgb(255, 92, 141) | |
| HSL | hsl(342, 100%, 68%) | |
| CMYK | cmyk(0%, 64%, 45%, 0%) | |
| LAB | lab(63, 65, 8) | |
| OKLCH | oklch(0.7 0.201 5) |
Color harmonies
Tints & shades
Code snippets
color: #ff5c8d;
background-color: #ff5c8d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFF5C8D)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.36, blue: 0.55, alpha: 1.0)