Nimbus Cloud
#c8c8cc
Looking for the precise values behind Nimbus Cloud (#c8c8cc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c8c8cc | |
|---|---|---|
| RGB | rgb(200, 200, 204) | |
| HSL | hsl(240, 4%, 79%) | |
| CMYK | cmyk(2%, 2%, 0%, 20%) | |
| LAB | lab(81, 1, -2) | |
| OKLCH | oklch(0.83 0.006 286) |
Color harmonies
Tints & shades
Code snippets
color: #c8c8cc;
background-color: #c8c8cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC8C8CC)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.78, blue: 0.80, alpha: 1.0)