Ruins of Civilization
#cadece
Ruins of Civilization is a color with the hex code #cadece. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cadece | |
|---|---|---|
| RGB | rgb(202, 222, 206) | |
| HSL | hsl(132, 23%, 83%) | |
| CMYK | cmyk(9%, 0%, 7%, 13%) | |
| LAB | lab(87, -9, 5) | |
| OKLCH | oklch(0.88 0.03 151) |
Color harmonies
Tints & shades
Code snippets
color: #cadece;
background-color: #cadece;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCADECE)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.87, blue: 0.81, alpha: 1.0)