Sunken Treasure
#cccf86
Sunken Treasure is a color with the hex code #cccf86. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cccf86 | |
|---|---|---|
| RGB | rgb(204, 207, 134) | |
| HSL | hsl(62, 43%, 67%) | |
| CMYK | cmyk(1%, 0%, 35%, 19%) | |
| LAB | lab(82, -9, 36) | |
| OKLCH | oklch(0.84 0.094 110) |
Color harmonies
Tints & shades
Code snippets
color: #cccf86;
background-color: #cccf86;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCCCF86)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.81, blue: 0.53, alpha: 1.0)