Royal Milk Tea
#f7cfb4
Looking for the precise values behind Royal Milk Tea (#f7cfb4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f7cfb4 | |
|---|---|---|
| RGB | rgb(247, 207, 180) | |
| HSL | hsl(24, 81%, 84%) | |
| CMYK | cmyk(0%, 16%, 27%, 3%) | |
| LAB | lab(86, 12, 19) | |
| OKLCH | oklch(0.88 0.058 56) |
Color harmonies
Tints & shades
Code snippets
color: #f7cfb4;
background-color: #f7cfb4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7CFB4)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.81, blue: 0.71, alpha: 1.0)