Tropical Freeze
#99ddcc
Here's everything about the color Tropical Freeze (#99ddcc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #99ddcc | |
|---|---|---|
| RGB | rgb(153, 221, 204) | |
| HSL | hsl(165, 50%, 73%) | |
| CMYK | cmyk(31%, 0%, 8%, 13%) | |
| LAB | lab(83, -25, 1) | |
| OKLCH | oklch(0.85 0.073 177) |
Color harmonies
Tints & shades
Code snippets
color: #99ddcc;
background-color: #99ddcc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF99DDCC)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.87, blue: 0.80, alpha: 1.0)