Hipster Hippo
#bfb3ab
Looking for the precise values behind Hipster Hippo (#bfb3ab)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bfb3ab | |
|---|---|---|
| RGB | rgb(191, 179, 171) | |
| HSL | hsl(24, 14%, 71%) | |
| CMYK | cmyk(0%, 6%, 10%, 25%) | |
| LAB | lab(74, 3, 6) | |
| OKLCH | oklch(0.77 0.018 56) |
Color harmonies
Tints & shades
Code snippets
color: #bfb3ab;
background-color: #bfb3ab;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBFB3AB)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.70, blue: 0.67, alpha: 1.0)