Acropolis
#f8e2ca
Acropolis is a color with the hex code #f8e2ca. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f8e2ca | |
|---|---|---|
| RGB | rgb(248, 226, 202) | |
| HSL | hsl(31, 77%, 88%) | |
| CMYK | cmyk(0%, 9%, 19%, 3%) | |
| LAB | lab(91, 5, 15) | |
| OKLCH | oklch(0.92 0.04 70) |
Color harmonies
Tints & shades
Code snippets
color: #f8e2ca;
background-color: #f8e2ca;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8E2CA)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.89, blue: 0.79, alpha: 1.0)