Lava Smoothie
#d04014
Lava Smoothie, represented by the hex value #d04014, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d04014 | |
|---|---|---|
| RGB | rgb(208, 64, 20) | |
| HSL | hsl(14, 82%, 45%) | |
| CMYK | cmyk(0%, 69%, 90%, 18%) | |
| LAB | lab(49, 56, 56) | |
| OKLCH | oklch(0.58 0.188 36) |
Color harmonies
Tints & shades
Code snippets
color: #d04014;
background-color: #d04014;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD04014)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.25, blue: 0.08, alpha: 1.0)