Frappé
#ceae99
Looking for the precise values behind Frappé (#ceae99)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ceae99 | |
|---|---|---|
| RGB | rgb(206, 174, 153) | |
| HSL | hsl(24, 35%, 70%) | |
| CMYK | cmyk(0%, 16%, 26%, 19%) | |
| LAB | lab(74, 10, 15) | |
| OKLCH | oklch(0.77 0.047 55) |
Color harmonies
Tints & shades
Code snippets
color: #ceae99;
background-color: #ceae99;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEAE99)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.68, blue: 0.60, alpha: 1.0)