Royal Flush
#a0365f
Royal Flush, represented by the hex value #a0365f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a0365f | |
|---|---|---|
| RGB | rgb(160, 54, 95) | |
| HSL | hsl(337, 50%, 42%) | |
| CMYK | cmyk(0%, 66%, 41%, 37%) | |
| LAB | lab(40, 47, 1) | |
| OKLCH | oklch(0.5 0.145 360) |
Color harmonies
Tints & shades
Code snippets
color: #a0365f;
background-color: #a0365f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA0365F)
/* Swift / UIKit */
UIColor(red: 0.63, green: 0.21, blue: 0.37, alpha: 1.0)