After the Storm
#33616a
Looking for the precise values behind After the Storm (#33616a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #33616a | |
|---|---|---|
| RGB | rgb(51, 97, 106) | |
| HSL | hsl(190, 35%, 31%) | |
| CMYK | cmyk(52%, 8%, 0%, 58%) | |
| LAB | lab(38, -14, -10) | |
| OKLCH | oklch(0.46 0.052 212) |
Color harmonies
Tints & shades
Code snippets
color: #33616a;
background-color: #33616a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF33616A)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.38, blue: 0.42, alpha: 1.0)