Majesty
#673e6e
Looking for the precise values behind Majesty (#673e6e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #673e6e | |
|---|---|---|
| RGB | rgb(103, 62, 110) | |
| HSL | hsl(291, 28%, 34%) | |
| CMYK | cmyk(6%, 44%, 0%, 57%) | |
| LAB | lab(33, 25, -21) | |
| OKLCH | oklch(0.43 0.091 322) |
Color harmonies
Tints & shades
Code snippets
color: #673e6e;
background-color: #673e6e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF673E6E)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.24, blue: 0.43, alpha: 1.0)