Polly
#ffcaa4
Polly is a color with the hex code #ffcaa4. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffcaa4 | |
|---|---|---|
| RGB | rgb(255, 202, 164) | |
| HSL | hsl(25, 100%, 82%) | |
| CMYK | cmyk(0%, 21%, 36%, 0%) | |
| LAB | lab(85, 16, 27) | |
| OKLCH | oklch(0.88 0.079 57) |
Color harmonies
Tints & shades
Code snippets
color: #ffcaa4;
background-color: #ffcaa4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCAA4)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.79, blue: 0.64, alpha: 1.0)