Muted Lime
#d0c678
Here's everything about the color Muted Lime (#d0c678) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #d0c678 | |
|---|---|---|
| RGB | rgb(208, 198, 120) | |
| HSL | hsl(53, 48%, 64%) | |
| CMYK | cmyk(0%, 5%, 42%, 18%) | |
| LAB | lab(79, -4, 40) | |
| OKLCH | oklch(0.82 0.1 102) |
Color harmonies
Tints & shades
Code snippets
color: #d0c678;
background-color: #d0c678;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD0C678)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.78, blue: 0.47, alpha: 1.0)