Vanilla
#f3e5ab
Looking for the precise values behind Vanilla (#f3e5ab)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f3e5ab | |
|---|---|---|
| RGB | rgb(243, 229, 171) | |
| HSL | hsl(48, 75%, 81%) | |
| CMYK | cmyk(0%, 6%, 30%, 5%) | |
| LAB | lab(91, -1, 30) | |
| OKLCH | oklch(0.92 0.076 96) |
Color harmonies
Tints & shades
Code snippets
color: #f3e5ab;
background-color: #f3e5ab;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3E5AB)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.90, blue: 0.67, alpha: 1.0)