North Star
#f2dea4
Here's everything about the color North Star (#f2dea4) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f2dea4 | |
|---|---|---|
| RGB | rgb(242, 222, 164) | |
| HSL | hsl(45, 75%, 80%) | |
| CMYK | cmyk(0%, 8%, 32%, 5%) | |
| LAB | lab(89, 1, 31) | |
| OKLCH | oklch(0.9 0.078 91) |
Color harmonies
Tints & shades
Code snippets
color: #f2dea4;
background-color: #f2dea4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2DEA4)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.87, blue: 0.64, alpha: 1.0)