Fresh Breeze
#beeddc
Fresh Breeze is a color with the hex code #beeddc. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #beeddc | |
|---|---|---|
| RGB | rgb(190, 237, 220) | |
| HSL | hsl(158, 57%, 84%) | |
| CMYK | cmyk(20%, 0%, 7%, 7%) | |
| LAB | lab(90, -18, 3) | |
| OKLCH | oklch(0.91 0.054 171) |
Color harmonies
Tints & shades
Code snippets
color: #beeddc;
background-color: #beeddc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBEEDDC)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.93, blue: 0.86, alpha: 1.0)