Sprig of Sage
#f2f6db
Looking for the precise values behind Sprig of Sage (#f2f6db)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f2f6db | |
|---|---|---|
| RGB | rgb(242, 246, 219) | |
| HSL | hsl(69, 60%, 91%) | |
| CMYK | cmyk(2%, 0%, 11%, 4%) | |
| LAB | lab(96, -5, 13) | |
| OKLCH | oklch(0.96 0.036 114) |
Color harmonies
Tints & shades
Code snippets
color: #f2f6db;
background-color: #f2f6db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2F6DB)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.96, blue: 0.86, alpha: 1.0)