Rum Swizzle
#f1edd4
Looking for the precise values behind Rum Swizzle (#f1edd4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f1edd4 | |
|---|---|---|
| RGB | rgb(241, 237, 212) | |
| HSL | hsl(52, 51%, 89%) | |
| CMYK | cmyk(0%, 2%, 12%, 5%) | |
| LAB | lab(94, -2, 13) | |
| OKLCH | oklch(0.94 0.033 100) |
Color harmonies
Tints & shades
Code snippets
color: #f1edd4;
background-color: #f1edd4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1EDD4)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.93, blue: 0.83, alpha: 1.0)