Hobgoblin
#01ad8f
Looking for the precise values behind Hobgoblin (#01ad8f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #01ad8f | |
|---|---|---|
| RGB | rgb(1, 173, 143) | |
| HSL | hsl(170, 99%, 34%) | |
| CMYK | cmyk(99%, 0%, 17%, 32%) | |
| LAB | lab(63, -45, 4) | |
| OKLCH | oklch(0.67 0.126 174) |
Color harmonies
Tints & shades
Code snippets
color: #01ad8f;
background-color: #01ad8f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF01AD8F)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.68, blue: 0.56, alpha: 1.0)