Mint Chip
#cfebea
Here's everything about the color Mint Chip (#cfebea) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cfebea | |
|---|---|---|
| RGB | rgb(207, 235, 234) | |
| HSL | hsl(178, 41%, 87%) | |
| CMYK | cmyk(12%, 0%, 0%, 8%) | |
| LAB | lab(91, -10, -3) | |
| OKLCH | oklch(0.92 0.029 194) |
Color harmonies
Tints & shades
Code snippets
color: #cfebea;
background-color: #cfebea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCFEBEA)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.92, blue: 0.92, alpha: 1.0)