Jelly Slug
#de6646
Jelly Slug, represented by the hex value #de6646, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #de6646 | |
|---|---|---|
| RGB | rgb(222, 102, 70) | |
| HSL | hsl(13, 70%, 57%) | |
| CMYK | cmyk(0%, 54%, 68%, 13%) | |
| LAB | lab(58, 46, 41) | |
| OKLCH | oklch(0.65 0.158 36) |
Color harmonies
Tints & shades
Code snippets
color: #de6646;
background-color: #de6646;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFDE6646)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.40, blue: 0.27, alpha: 1.0)