Plum Cheese
#670728
Looking for the precise values behind Plum Cheese (#670728)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #670728 | |
|---|---|---|
| RGB | rgb(103, 7, 40) | |
| HSL | hsl(339, 87%, 22%) | |
| CMYK | cmyk(0%, 93%, 61%, 60%) | |
| LAB | lab(21, 41, 9) | |
| OKLCH | oklch(0.33 0.127 9) |
Color harmonies
Tints & shades
Code snippets
color: #670728;
background-color: #670728;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF670728)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.03, blue: 0.16, alpha: 1.0)