Pale Canary
#f1efa6
Pale Canary is a color with the hex code #f1efa6. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f1efa6 | |
|---|---|---|
| RGB | rgb(241, 239, 166) | |
| HSL | hsl(58, 73%, 80%) | |
| CMYK | cmyk(0%, 1%, 31%, 5%) | |
| LAB | lab(93, -7, 36) | |
| OKLCH | oklch(0.94 0.093 107) |
Color harmonies
Tints & shades
Code snippets
color: #f1efa6;
background-color: #f1efa6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1EFA6)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.94, blue: 0.65, alpha: 1.0)