Misty Marsh
#d3e1d3
Looking for the precise values behind Misty Marsh (#d3e1d3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d3e1d3 | |
|---|---|---|
| RGB | rgb(211, 225, 211) | |
| HSL | hsl(120, 19%, 85%) | |
| CMYK | cmyk(6%, 0%, 6%, 12%) | |
| LAB | lab(88, -7, 5) | |
| OKLCH | oklch(0.9 0.024 145) |
Color harmonies
Tints & shades
Code snippets
color: #d3e1d3;
background-color: #d3e1d3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD3E1D3)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.88, blue: 0.83, alpha: 1.0)