Goldfrapp
#ceb790
Looking for the precise values behind Goldfrapp (#ceb790)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ceb790 | |
|---|---|---|
| RGB | rgb(206, 183, 144) | |
| HSL | hsl(38, 39%, 69%) | |
| CMYK | cmyk(0%, 11%, 30%, 19%) | |
| LAB | lab(76, 4, 23) | |
| OKLCH | oklch(0.79 0.059 81) |
Color harmonies
Tints & shades
Code snippets
color: #ceb790;
background-color: #ceb790;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEB790)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.72, blue: 0.56, alpha: 1.0)