Poached Egg
#f5d893
Poached Egg is a color with the hex code #f5d893. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f5d893 | |
|---|---|---|
| RGB | rgb(245, 216, 147) | |
| HSL | hsl(42, 83%, 77%) | |
| CMYK | cmyk(0%, 12%, 40%, 4%) | |
| LAB | lab(88, 4, 38) | |
| OKLCH | oklch(0.89 0.093 88) |
Color harmonies
Tints & shades
Code snippets
color: #f5d893;
background-color: #f5d893;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5D893)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.85, blue: 0.58, alpha: 1.0)