Solar
#fbeab8
Looking for the precise values behind Solar (#fbeab8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fbeab8 | |
|---|---|---|
| RGB | rgb(251, 234, 184) | |
| HSL | hsl(45, 89%, 85%) | |
| CMYK | cmyk(0%, 7%, 27%, 2%) | |
| LAB | lab(93, 0, 27) | |
| OKLCH | oklch(0.94 0.067 92) |
Color harmonies
Tints & shades
Code snippets
color: #fbeab8;
background-color: #fbeab8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBEAB8)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.92, blue: 0.72, alpha: 1.0)