Mountain Dew
#cfe2e0
Mountain Dew, represented by the hex value #cfe2e0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cfe2e0 | |
|---|---|---|
| RGB | rgb(207, 226, 224) | |
| HSL | hsl(174, 25%, 85%) | |
| CMYK | cmyk(8%, 0%, 1%, 11%) | |
| LAB | lab(88, -7, -1) | |
| OKLCH | oklch(0.9 0.02 189) |
Color harmonies
Tints & shades
Code snippets
color: #cfe2e0;
background-color: #cfe2e0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCFE2E0)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.89, blue: 0.88, alpha: 1.0)