Frosted Mint Hills
#ccffc2
Frosted Mint Hills, represented by the hex value #ccffc2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ccffc2 | |
|---|---|---|
| RGB | rgb(204, 255, 194) | |
| HSL | hsl(110, 100%, 88%) | |
| CMYK | cmyk(20%, 0%, 24%, 0%) | |
| LAB | lab(95, -25, 24) | |
| OKLCH | oklch(0.95 0.096 140) |
Color harmonies
Tints & shades
Code snippets
color: #ccffc2;
background-color: #ccffc2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCCFFC2)
/* Swift / UIKit */
UIColor(red: 0.80, green: 1.00, blue: 0.76, alpha: 1.0)