Weathered Stone
#c4c5c6
Looking for the precise values behind Weathered Stone (#c4c5c6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c4c5c6 | |
|---|---|---|
| RGB | rgb(196, 197, 198) | |
| HSL | hsl(210, 2%, 77%) | |
| CMYK | cmyk(1%, 1%, 0%, 22%) | |
| LAB | lab(79, 0, -1) | |
| OKLCH | oklch(0.82 0.002 248) |
Color harmonies
Tints & shades
Code snippets
color: #c4c5c6;
background-color: #c4c5c6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC4C5C6)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.77, blue: 0.78, alpha: 1.0)