Grape Fizz
#64435f
Looking for the precise values behind Grape Fizz (#64435f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #64435f | |
|---|---|---|
| RGB | rgb(100, 67, 95) | |
| HSL | hsl(309, 20%, 33%) | |
| CMYK | cmyk(0%, 33%, 5%, 61%) | |
| LAB | lab(33, 18, -11) | |
| OKLCH | oklch(0.43 0.062 332) |
Color harmonies
Tints & shades
Code snippets
color: #64435f;
background-color: #64435f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF64435F)
/* Swift / UIKit */
UIColor(red: 0.39, green: 0.26, blue: 0.37, alpha: 1.0)