Arcane Red
#6a2f2f
Arcane Red, represented by the hex value #6a2f2f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #6a2f2f | |
|---|---|---|
| RGB | rgb(106, 47, 47) | |
| HSL | hsl(0, 39%, 30%) | |
| CMYK | cmyk(0%, 56%, 56%, 58%) | |
| LAB | lab(28, 27, 13) | |
| OKLCH | oklch(0.39 0.085 22) |
Color harmonies
Tints & shades
Code snippets
color: #6a2f2f;
background-color: #6a2f2f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6A2F2F)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.18, blue: 0.18, alpha: 1.0)