Open Book
#f5f1e5
Looking for the precise values behind Open Book (#f5f1e5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f5f1e5 | |
|---|---|---|
| RGB | rgb(245, 241, 229) | |
| HSL | hsl(45, 44%, 93%) | |
| CMYK | cmyk(0%, 2%, 7%, 4%) | |
| LAB | lab(95, 0, 6) | |
| OKLCH | oklch(0.96 0.016 92) |
Color harmonies
Tints & shades
Code snippets
color: #f5f1e5;
background-color: #f5f1e5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5F1E5)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.95, blue: 0.90, alpha: 1.0)