Silk Star
#f5eec6
Looking for the precise values behind Silk Star (#f5eec6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f5eec6 | |
|---|---|---|
| RGB | rgb(245, 238, 198) | |
| HSL | hsl(51, 70%, 87%) | |
| CMYK | cmyk(0%, 3%, 19%, 4%) | |
| LAB | lab(94, -2, 20) | |
| OKLCH | oklch(0.94 0.053 99) |
Color harmonies
Tints & shades
Code snippets
color: #f5eec6;
background-color: #f5eec6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5EEC6)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.93, blue: 0.78, alpha: 1.0)