Sanguine
#6c110e
Looking for the precise values behind Sanguine (#6c110e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6c110e | |
|---|---|---|
| RGB | rgb(108, 17, 14) | |
| HSL | hsl(2, 77%, 24%) | |
| CMYK | cmyk(0%, 84%, 87%, 58%) | |
| LAB | lab(23, 39, 29) | |
| OKLCH | oklch(0.35 0.125 28) |
Color harmonies
Tints & shades
Code snippets
color: #6c110e;
background-color: #6c110e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6C110E)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.07, blue: 0.05, alpha: 1.0)