Veiled Treasure
#f6edb6
Veiled Treasure, represented by the hex value #f6edb6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f6edb6 | |
|---|---|---|
| RGB | rgb(246, 237, 182) | |
| HSL | hsl(52, 78%, 84%) | |
| CMYK | cmyk(0%, 4%, 26%, 4%) | |
| LAB | lab(93, -3, 28) | |
| OKLCH | oklch(0.94 0.071 100) |
Color harmonies
Tints & shades
Code snippets
color: #f6edb6;
background-color: #f6edb6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6EDB6)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.93, blue: 0.71, alpha: 1.0)