Petrichor
#66cccc
Here's everything about the color Petrichor (#66cccc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #66cccc | |
|---|---|---|
| RGB | rgb(102, 204, 204) | |
| HSL | hsl(180, 50%, 60%) | |
| CMYK | cmyk(50%, 0%, 0%, 20%) | |
| LAB | lab(76, -31, -10) | |
| OKLCH | oklch(0.78 0.095 195) |
Color harmonies
Tints & shades
Code snippets
color: #66cccc;
background-color: #66cccc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF66CCCC)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.80, blue: 0.80, alpha: 1.0)