French Wine
#ac1e44
Looking for the precise values behind French Wine (#ac1e44)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ac1e44 | |
|---|---|---|
| RGB | rgb(172, 30, 68) | |
| HSL | hsl(344, 70%, 40%) | |
| CMYK | cmyk(0%, 83%, 60%, 33%) | |
| LAB | lab(39, 57, 17) | |
| OKLCH | oklch(0.49 0.176 12) |
Color harmonies
Tints & shades
Code snippets
color: #ac1e44;
background-color: #ac1e44;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFAC1E44)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.12, blue: 0.27, alpha: 1.0)