Labrador
#f2ecd9
Labrador, represented by the hex value #f2ecd9, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f2ecd9 | |
|---|---|---|
| RGB | rgb(242, 236, 217) | |
| HSL | hsl(46, 49%, 90%) | |
| CMYK | cmyk(0%, 2%, 10%, 5%) | |
| LAB | lab(93, 0, 10) | |
| OKLCH | oklch(0.94 0.026 92) |
Color harmonies
Tints & shades
Code snippets
color: #f2ecd9;
background-color: #f2ecd9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2ECD9)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.93, blue: 0.85, alpha: 1.0)