Sunburst
#f5b57b
Sunburst is a color with the hex code #f5b57b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f5b57b | |
|---|---|---|
| RGB | rgb(245, 181, 123) | |
| HSL | hsl(29, 86%, 72%) | |
| CMYK | cmyk(0%, 26%, 50%, 4%) | |
| LAB | lab(79, 19, 39) | |
| OKLCH | oklch(0.82 0.105 63) |
Color harmonies
Tints & shades
Code snippets
color: #f5b57b;
background-color: #f5b57b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5B57B)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.71, blue: 0.48, alpha: 1.0)