Ancient Scroll
#f0e4d1
Looking for the precise values behind Ancient Scroll (#f0e4d1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0e4d1 | |
|---|---|---|
| RGB | rgb(240, 228, 209) | |
| HSL | hsl(37, 51%, 88%) | |
| CMYK | cmyk(0%, 5%, 13%, 6%) | |
| LAB | lab(91, 2, 11) | |
| OKLCH | oklch(0.92 0.028 79) |
Color harmonies
Tints & shades
Code snippets
color: #f0e4d1;
background-color: #f0e4d1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0E4D1)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.89, blue: 0.82, alpha: 1.0)