Elf
#1b8a6b
Looking for the precise values behind Elf (#1b8a6b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1b8a6b | |
|---|---|---|
| RGB | rgb(27, 138, 107) | |
| HSL | hsl(163, 67%, 32%) | |
| CMYK | cmyk(80%, 0%, 22%, 46%) | |
| LAB | lab(51, -37, 8) | |
| OKLCH | oklch(0.57 0.107 169) |
Color harmonies
Tints & shades
Code snippets
color: #1b8a6b;
background-color: #1b8a6b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF1B8A6B)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.54, blue: 0.42, alpha: 1.0)