Fiji Sands
#d8caa9
Looking for the precise values behind Fiji Sands (#d8caa9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d8caa9 | |
|---|---|---|
| RGB | rgb(216, 202, 169) | |
| HSL | hsl(42, 38%, 75%) | |
| CMYK | cmyk(0%, 6%, 22%, 15%) | |
| LAB | lab(82, 1, 18) | |
| OKLCH | oklch(0.84 0.047 88) |
Color harmonies
Tints & shades
Code snippets
color: #d8caa9;
background-color: #d8caa9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD8CAA9)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.79, blue: 0.66, alpha: 1.0)