Gargoyle
#abb39e
Looking for the precise values behind Gargoyle (#abb39e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #abb39e | |
|---|---|---|
| RGB | rgb(171, 179, 158) | |
| HSL | hsl(83, 12%, 66%) | |
| CMYK | cmyk(4%, 0%, 12%, 30%) | |
| LAB | lab(72, -6, 10) | |
| OKLCH | oklch(0.75 0.031 124) |
Color harmonies
Tints & shades
Code snippets
color: #abb39e;
background-color: #abb39e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFABB39E)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.70, blue: 0.62, alpha: 1.0)