Mocha Ice
#dfd2ca
Looking for the precise values behind Mocha Ice (#dfd2ca)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dfd2ca | |
|---|---|---|
| RGB | rgb(223, 210, 202) | |
| HSL | hsl(23, 25%, 83%) | |
| CMYK | cmyk(0%, 6%, 9%, 13%) | |
| LAB | lab(85, 4, 6) | |
| OKLCH | oklch(0.87 0.018 54) |
Color harmonies
Tints & shades
Code snippets
color: #dfd2ca;
background-color: #dfd2ca;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFD2CA)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.82, blue: 0.79, alpha: 1.0)