Sprinkled With Dew
#cfecee
Sprinkled With Dew is a color with the hex code #cfecee. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cfecee | |
|---|---|---|
| RGB | rgb(207, 236, 238) | |
| HSL | hsl(184, 48%, 87%) | |
| CMYK | cmyk(13%, 1%, 0%, 7%) | |
| LAB | lab(91, -10, -4) | |
| OKLCH | oklch(0.92 0.031 202) |
Color harmonies
Tints & shades
Code snippets
color: #cfecee;
background-color: #cfecee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCFECEE)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.93, blue: 0.93, alpha: 1.0)