Dead Forest
#434b4f
Dead Forest, represented by the hex value #434b4f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #434b4f | |
|---|---|---|
| RGB | rgb(67, 75, 79) | |
| HSL | hsl(200, 8%, 29%) | |
| CMYK | cmyk(15%, 5%, 0%, 69%) | |
| LAB | lab(31, -3, -4) | |
| OKLCH | oklch(0.41 0.012 229) |
Color harmonies
Tints & shades
Code snippets
color: #434b4f;
background-color: #434b4f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF434B4F)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.29, blue: 0.31, alpha: 1.0)