Gryphon
#838585
Gryphon is a color with the hex code #838585. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #838585 | |
|---|---|---|
| RGB | rgb(131, 133, 133) | |
| HSL | hsl(180, 1%, 52%) | |
| CMYK | cmyk(2%, 0%, 0%, 48%) | |
| LAB | lab(55, -1, 0) | |
| OKLCH | oklch(0.62 0.002 197) |
Color harmonies
Tints & shades
Code snippets
color: #838585;
background-color: #838585;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF838585)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.52, blue: 0.52, alpha: 1.0)