Powder Puff
#ffeff3
Looking for the precise values behind Powder Puff (#ffeff3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffeff3 | |
|---|---|---|
| RGB | rgb(255, 239, 243) | |
| HSL | hsl(345, 100%, 97%) | |
| CMYK | cmyk(0%, 6%, 5%, 0%) | |
| LAB | lab(96, 6, 0) | |
| OKLCH | oklch(0.97 0.018 0) |
Color harmonies
Tints & shades
Code snippets
color: #ffeff3;
background-color: #ffeff3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFEFF3)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.94, blue: 0.95, alpha: 1.0)