Dusky Mood
#979ba8
Looking for the precise values behind Dusky Mood (#979ba8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #979ba8 | |
|---|---|---|
| RGB | rgb(151, 155, 168) | |
| HSL | hsl(226, 9%, 63%) | |
| CMYK | cmyk(10%, 8%, 0%, 34%) | |
| LAB | lab(64, 0, -7) | |
| OKLCH | oklch(0.69 0.02 272) |
Color harmonies
Tints & shades
Code snippets
color: #979ba8;
background-color: #979ba8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF979BA8)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.61, blue: 0.66, alpha: 1.0)