Eclipse
#3f3939
Eclipse, represented by the hex value #3f3939, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3f3939 | |
|---|---|---|
| RGB | rgb(63, 57, 57) | |
| HSL | hsl(0, 5%, 24%) | |
| CMYK | cmyk(0%, 10%, 10%, 75%) | |
| LAB | lab(25, 3, 1) | |
| OKLCH | oklch(0.35 0.008 18) |
Color harmonies
Tints & shades
Code snippets
color: #3f3939;
background-color: #3f3939;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF3F3939)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.22, blue: 0.22, alpha: 1.0)