Pedigrey
#8f8e8c
Looking for the precise values behind Pedigrey (#8f8e8c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8f8e8c | |
|---|---|---|
| RGB | rgb(143, 142, 140) | |
| HSL | hsl(40, 1%, 55%) | |
| CMYK | cmyk(0%, 1%, 2%, 44%) | |
| LAB | lab(59, 0, 1) | |
| OKLCH | oklch(0.65 0.003 85) |
Color harmonies
Tints & shades
Code snippets
color: #8f8e8c;
background-color: #8f8e8c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF8F8E8C)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.56, blue: 0.55, alpha: 1.0)