Kelp
#4d503c
Kelp, represented by the hex value #4d503c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #4d503c | |
|---|---|---|
| RGB | rgb(77, 80, 60) | |
| HSL | hsl(69, 14%, 27%) | |
| CMYK | cmyk(4%, 0%, 25%, 69%) | |
| LAB | lab(33, -4, 11) | |
| OKLCH | oklch(0.42 0.032 115) |
Color harmonies
Tints & shades
Code snippets
color: #4d503c;
background-color: #4d503c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4D503C)
/* Swift / UIKit */
UIColor(red: 0.30, green: 0.31, blue: 0.24, alpha: 1.0)