Tempest
#79839b
Looking for the precise values behind Tempest (#79839b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #79839b | |
|---|---|---|
| RGB | rgb(121, 131, 155) | |
| HSL | hsl(222, 15%, 54%) | |
| CMYK | cmyk(22%, 15%, 0%, 39%) | |
| LAB | lab(55, 0, -14) | |
| OKLCH | oklch(0.61 0.038 267) |
Color harmonies
Tints & shades
Code snippets
color: #79839b;
background-color: #79839b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF79839B)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.51, blue: 0.61, alpha: 1.0)