Pasta Luego
#fae17f
Looking for the precise values behind Pasta Luego (#fae17f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fae17f | |
|---|---|---|
| RGB | rgb(250, 225, 127) | |
| HSL | hsl(48, 92%, 74%) | |
| CMYK | cmyk(0%, 10%, 49%, 2%) | |
| LAB | lab(90, 0, 51) | |
| OKLCH | oklch(0.91 0.122 95) |
Color harmonies
Tints & shades
Code snippets
color: #fae17f;
background-color: #fae17f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAE17F)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.88, blue: 0.50, alpha: 1.0)