Rose Ashes
#b5acab
Looking for the precise values behind Rose Ashes (#b5acab)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b5acab | |
|---|---|---|
| RGB | rgb(181, 172, 171) | |
| HSL | hsl(6, 6%, 69%) | |
| CMYK | cmyk(0%, 5%, 6%, 29%) | |
| LAB | lab(71, 3, 2) | |
| OKLCH | oklch(0.75 0.01 25) |
Color harmonies
Tints & shades
Code snippets
color: #b5acab;
background-color: #b5acab;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB5ACAB)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.67, blue: 0.67, alpha: 1.0)