Brilliant Gold
#f0dbaa
Here's everything about the color Brilliant Gold (#f0dbaa) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f0dbaa | |
|---|---|---|
| RGB | rgb(240, 219, 170) | |
| HSL | hsl(42, 70%, 80%) | |
| CMYK | cmyk(0%, 9%, 29%, 6%) | |
| LAB | lab(88, 2, 27) | |
| OKLCH | oklch(0.9 0.068 88) |
Color harmonies
Tints & shades
Code snippets
color: #f0dbaa;
background-color: #f0dbaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0DBAA)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.86, blue: 0.67, alpha: 1.0)