Dear Reader
#f5f3e6
Dear Reader is a color with the hex code #f5f3e6. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f5f3e6 | |
|---|---|---|
| RGB | rgb(245, 243, 230) | |
| HSL | hsl(52, 43%, 93%) | |
| CMYK | cmyk(0%, 1%, 6%, 4%) | |
| LAB | lab(96, -1, 7) | |
| OKLCH | oklch(0.96 0.017 100) |
Color harmonies
Tints & shades
Code snippets
color: #f5f3e6;
background-color: #f5f3e6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5F3E6)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.95, blue: 0.90, alpha: 1.0)