Northern Star
#ffffea
Here's everything about the color Northern Star (#ffffea) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffffea | |
|---|---|---|
| RGB | rgb(255, 255, 234) | |
| HSL | hsl(60, 100%, 96%) | |
| CMYK | cmyk(0%, 0%, 8%, 0%) | |
| LAB | lab(100, -3, 10) | |
| OKLCH | oklch(0.99 0.027 107) |
Color harmonies
Tints & shades
Code snippets
color: #ffffea;
background-color: #ffffea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFFEA)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.92, alpha: 1.0)