Waxwing
#c0c2c0
Waxwing is a color with the hex code #c0c2c0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c0c2c0 | |
|---|---|---|
| RGB | rgb(192, 194, 192) | |
| HSL | hsl(120, 2%, 76%) | |
| CMYK | cmyk(1%, 0%, 1%, 24%) | |
| LAB | lab(78, -1, 1) | |
| OKLCH | oklch(0.81 0.004 146) |
Color harmonies
Tints & shades
Code snippets
color: #c0c2c0;
background-color: #c0c2c0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC0C2C0)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.76, blue: 0.75, alpha: 1.0)