Exclusive Elixir
#f9f1dd
Looking for the precise values behind Exclusive Elixir (#f9f1dd)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f9f1dd | |
|---|---|---|
| RGB | rgb(249, 241, 221) | |
| HSL | hsl(43, 70%, 92%) | |
| CMYK | cmyk(0%, 3%, 11%, 2%) | |
| LAB | lab(95, 0, 11) | |
| OKLCH | oklch(0.96 0.028 89) |
Color harmonies
Tints & shades
Code snippets
color: #f9f1dd;
background-color: #f9f1dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9F1DD)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.95, blue: 0.87, alpha: 1.0)