Pastel Mint
#cef0cc
Here's everything about the color Pastel Mint (#cef0cc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cef0cc | |
|---|---|---|
| RGB | rgb(206, 240, 204) | |
| HSL | hsl(117, 55%, 87%) | |
| CMYK | cmyk(14%, 0%, 15%, 6%) | |
| LAB | lab(92, -16, 14) | |
| OKLCH | oklch(0.92 0.06 144) |
Color harmonies
Tints & shades
Code snippets
color: #cef0cc;
background-color: #cef0cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEF0CC)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.94, blue: 0.80, alpha: 1.0)