Seashell
#fff5ee
Seashell, represented by the hex value #fff5ee, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fff5ee | |
|---|---|---|
| RGB | rgb(255, 245, 238) | |
| HSL | hsl(25, 100%, 97%) | |
| CMYK | cmyk(0%, 4%, 7%, 0%) | |
| LAB | lab(97, 3, 5) | |
| OKLCH | oklch(0.98 0.014 58) |
Color harmonies
Tints & shades
Code snippets
color: #fff5ee;
background-color: #fff5ee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF5EE)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.96, blue: 0.93, alpha: 1.0)