Sweet Corn
#f9e176
Looking for the precise values behind Sweet Corn (#f9e176)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f9e176 | |
|---|---|---|
| RGB | rgb(249, 225, 118) | |
| HSL | hsl(49, 92%, 72%) | |
| CMYK | cmyk(0%, 10%, 53%, 2%) | |
| LAB | lab(90, -1, 55) | |
| OKLCH | oklch(0.91 0.13 97) |
Color harmonies
Tints & shades
Code snippets
color: #f9e176;
background-color: #f9e176;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9E176)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.88, blue: 0.46, alpha: 1.0)