Clotted Cream
#f3efcd
Clotted Cream, represented by the hex value #f3efcd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f3efcd | |
|---|---|---|
| RGB | rgb(243, 239, 205) | |
| HSL | hsl(54, 61%, 88%) | |
| CMYK | cmyk(0%, 2%, 16%, 5%) | |
| LAB | lab(94, -3, 17) | |
| OKLCH | oklch(0.95 0.045 102) |
Color harmonies
Tints & shades
Code snippets
color: #f3efcd;
background-color: #f3efcd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3EFCD)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.94, blue: 0.80, alpha: 1.0)