Grauzone
#85a3b2
Grauzone, represented by the hex value #85a3b2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #85a3b2 | |
|---|---|---|
| RGB | rgb(133, 163, 178) | |
| HSL | hsl(200, 23%, 61%) | |
| CMYK | cmyk(25%, 8%, 0%, 30%) | |
| LAB | lab(65, -8, -11) | |
| OKLCH | oklch(0.7 0.04 230) |
Color harmonies
Tints & shades
Code snippets
color: #85a3b2;
background-color: #85a3b2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF85A3B2)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.64, blue: 0.70, alpha: 1.0)