Serious Cloud
#7d848b
Serious Cloud, represented by the hex value #7d848b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7d848b | |
|---|---|---|
| RGB | rgb(125, 132, 139) | |
| HSL | hsl(210, 6%, 52%) | |
| CMYK | cmyk(10%, 5%, 0%, 45%) | |
| LAB | lab(55, -2, -5) | |
| OKLCH | oklch(0.61 0.013 248) |
Color harmonies
Tints & shades
Code snippets
color: #7d848b;
background-color: #7d848b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF7D848B)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.52, blue: 0.55, alpha: 1.0)