Happy Cement
#979ea1
Looking for the precise values behind Happy Cement (#979ea1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #979ea1 | |
|---|---|---|
| RGB | rgb(151, 158, 161) | |
| HSL | hsl(198, 5%, 61%) | |
| CMYK | cmyk(6%, 2%, 0%, 37%) | |
| LAB | lab(65, -2, -2) | |
| OKLCH | oklch(0.69 0.009 225) |
Color harmonies
Tints & shades
Code snippets
color: #979ea1;
background-color: #979ea1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF979EA1)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.62, blue: 0.63, alpha: 1.0)