Royal Robe
#614a7b
Royal Robe, represented by the hex value #614a7b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #614a7b | |
|---|---|---|
| RGB | rgb(97, 74, 123) | |
| HSL | hsl(268, 25%, 39%) | |
| CMYK | cmyk(21%, 40%, 0%, 52%) | |
| LAB | lab(36, 18, -24) | |
| OKLCH | oklch(0.45 0.082 305) |
Color harmonies
Tints & shades
Code snippets
color: #614a7b;
background-color: #614a7b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF614A7B)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.29, blue: 0.48, alpha: 1.0)