Cornflake
#f0e68c
Looking for the precise values behind Cornflake (#f0e68c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0e68c | |
|---|---|---|
| RGB | rgb(240, 230, 140) | |
| HSL | hsl(54, 77%, 75%) | |
| CMYK | cmyk(0%, 4%, 42%, 6%) | |
| LAB | lab(91, -6, 45) | |
| OKLCH | oklch(0.91 0.112 103) |
Color harmonies
Tints & shades
Code snippets
color: #f0e68c;
background-color: #f0e68c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0E68C)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.90, blue: 0.55, alpha: 1.0)