Planet Earth
#daddc3
Planet Earth is a color with the hex code #daddc3. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #daddc3 | |
|---|---|---|
| RGB | rgb(218, 221, 195) | |
| HSL | hsl(67, 28%, 82%) | |
| CMYK | cmyk(1%, 0%, 12%, 13%) | |
| LAB | lab(87, -4, 12) | |
| OKLCH | oklch(0.89 0.035 112) |
Color harmonies
Tints & shades
Code snippets
color: #daddc3;
background-color: #daddc3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDADDC3)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.87, blue: 0.76, alpha: 1.0)