Voila!
#af8ba8
Looking for the precise values behind Voila! (#af8ba8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #af8ba8 | |
|---|---|---|
| RGB | rgb(175, 139, 168) | |
| HSL | hsl(312, 18%, 62%) | |
| CMYK | cmyk(0%, 21%, 4%, 31%) | |
| LAB | lab(62, 18, -10) | |
| OKLCH | oklch(0.68 0.059 333) |
Color harmonies
Tints & shades
Code snippets
color: #af8ba8;
background-color: #af8ba8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFFAF8BA8)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.55, blue: 0.66, alpha: 1.0)