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