Venerable White
#f7f5f3
Venerable White is a color with the hex code #f7f5f3. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f7f5f3 | |
|---|---|---|
| RGB | rgb(247, 245, 243) | |
| HSL | hsl(30, 20%, 96%) | |
| CMYK | cmyk(0%, 1%, 2%, 3%) | |
| LAB | lab(97, 0, 1) | |
| OKLCH | oklch(0.97 0.003 68) |
Color harmonies
Tints & shades
Code snippets
color: #f7f5f3;
background-color: #f7f5f3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7F5F3)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.96, blue: 0.95, alpha: 1.0)