Tapioca
#dac9b9
Looking for the precise values behind Tapioca (#dac9b9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dac9b9 | |
|---|---|---|
| RGB | rgb(218, 201, 185) | |
| HSL | hsl(29, 31%, 79%) | |
| CMYK | cmyk(0%, 8%, 15%, 15%) | |
| LAB | lab(82, 4, 10) | |
| OKLCH | oklch(0.85 0.029 66) |
Color harmonies
Tints & shades
Code snippets
color: #dac9b9;
background-color: #dac9b9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDAC9B9)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.79, blue: 0.73, alpha: 1.0)