Blank Stare
#8b9cac
Looking for the precise values behind Blank Stare (#8b9cac)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8b9cac | |
|---|---|---|
| RGB | rgb(139, 156, 172) | |
| HSL | hsl(209, 17%, 61%) | |
| CMYK | cmyk(19%, 9%, 0%, 33%) | |
| LAB | lab(63, -4, -11) | |
| OKLCH | oklch(0.68 0.031 247) |
Color harmonies
Tints & shades
Code snippets
color: #8b9cac;
background-color: #8b9cac;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF8B9CAC)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.61, blue: 0.67, alpha: 1.0)