Silkworm
#eeeecc
Here's everything about the color Silkworm (#eeeecc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eeeecc | |
|---|---|---|
| RGB | rgb(238, 238, 204) | |
| HSL | hsl(60, 50%, 87%) | |
| CMYK | cmyk(0%, 0%, 14%, 7%) | |
| LAB | lab(93, -4, 17) | |
| OKLCH | oklch(0.94 0.045 107) |
Color harmonies
Tints & shades
Code snippets
color: #eeeecc;
background-color: #eeeecc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEEECC)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.93, blue: 0.80, alpha: 1.0)