Pink Lemonade
#ffeaeb
Pink Lemonade is a color with the hex code #ffeaeb. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffeaeb | |
|---|---|---|
| RGB | rgb(255, 234, 235) | |
| HSL | hsl(357, 100%, 96%) | |
| CMYK | cmyk(0%, 8%, 8%, 0%) | |
| LAB | lab(94, 7, 2) | |
| OKLCH | oklch(0.95 0.023 14) |
Color harmonies
Tints & shades
Code snippets
color: #ffeaeb;
background-color: #ffeaeb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFEAEB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.92, blue: 0.92, alpha: 1.0)