Cauliflower
#ebe5d0
Cauliflower is a color with the hex code #ebe5d0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ebe5d0 | |
|---|---|---|
| RGB | rgb(235, 229, 208) | |
| HSL | hsl(47, 40%, 87%) | |
| CMYK | cmyk(0%, 3%, 11%, 8%) | |
| LAB | lab(91, -1, 11) | |
| OKLCH | oklch(0.92 0.029 94) |
Color harmonies
Tints & shades
Code snippets
color: #ebe5d0;
background-color: #ebe5d0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBE5D0)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.90, blue: 0.82, alpha: 1.0)