Cornsilk
#fff8dc
Cornsilk is a color with the hex code #fff8dc. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fff8dc | |
|---|---|---|
| RGB | rgb(255, 248, 220) | |
| HSL | hsl(48, 100%, 93%) | |
| CMYK | cmyk(0%, 3%, 14%, 0%) | |
| LAB | lab(98, -1, 14) | |
| OKLCH | oklch(0.98 0.037 95) |
Color harmonies
Tints & shades
Code snippets
color: #fff8dc;
background-color: #fff8dc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF8DC)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.97, blue: 0.86, alpha: 1.0)