Martini
#b7a8a3
Looking for the precise values behind Martini (#b7a8a3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b7a8a3 | |
|---|---|---|
| RGB | rgb(183, 168, 163) | |
| HSL | hsl(15, 12%, 68%) | |
| CMYK | cmyk(0%, 8%, 11%, 28%) | |
| LAB | lab(70, 5, 5) | |
| OKLCH | oklch(0.74 0.019 39) |
Color harmonies
Tints & shades
Code snippets
color: #b7a8a3;
background-color: #b7a8a3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFB7A8A3)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.66, blue: 0.64, alpha: 1.0)