Mental Floss
#deb4c5
Mental Floss is a color with the hex code #deb4c5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #deb4c5 | |
|---|---|---|
| RGB | rgb(222, 180, 197) | |
| HSL | hsl(336, 39%, 79%) | |
| CMYK | cmyk(0%, 19%, 11%, 13%) | |
| LAB | lab(77, 18, -3) | |
| OKLCH | oklch(0.81 0.053 352) |
Color harmonies
Tints & shades
Code snippets
color: #deb4c5;
background-color: #deb4c5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFDEB4C5)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.71, blue: 0.77, alpha: 1.0)