Coconut Milk
#eeebe2
Looking for the precise values behind Coconut Milk (#eeebe2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eeebe2 | |
|---|---|---|
| RGB | rgb(238, 235, 226) | |
| HSL | hsl(45, 26%, 91%) | |
| CMYK | cmyk(0%, 1%, 5%, 7%) | |
| LAB | lab(93, 0, 5) | |
| OKLCH | oklch(0.94 0.012 92) |
Color harmonies
Tints & shades
Code snippets
color: #eeebe2;
background-color: #eeebe2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEEBE2)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.92, blue: 0.89, alpha: 1.0)