Vanilla Drop
#ffffeb
Vanilla Drop is a color with the hex code #ffffeb. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffffeb | |
|---|---|---|
| RGB | rgb(255, 255, 235) | |
| HSL | hsl(60, 100%, 96%) | |
| CMYK | cmyk(0%, 0%, 8%, 0%) | |
| LAB | lab(100, -3, 10) | |
| OKLCH | oklch(0.99 0.026 107) |
Color harmonies
Tints & shades
Code snippets
color: #ffffeb;
background-color: #ffffeb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFFEB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.92, alpha: 1.0)