Mushroom
#bdaca3
Looking for the precise values behind Mushroom (#bdaca3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bdaca3 | |
|---|---|---|
| RGB | rgb(189, 172, 163) | |
| HSL | hsl(21, 16%, 69%) | |
| CMYK | cmyk(0%, 9%, 14%, 26%) | |
| LAB | lab(72, 5, 7) | |
| OKLCH | oklch(0.76 0.024 50) |
Color harmonies
Tints & shades
Code snippets
color: #bdaca3;
background-color: #bdaca3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBDACA3)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.67, blue: 0.64, alpha: 1.0)