Drifting Violet
#5b4276
Looking for the precise values behind Drifting Violet (#5b4276)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5b4276 | |
|---|---|---|
| RGB | rgb(91, 66, 118) | |
| HSL | hsl(269, 28%, 36%) | |
| CMYK | cmyk(23%, 44%, 0%, 54%) | |
| LAB | lab(33, 20, -26) | |
| OKLCH | oklch(0.43 0.088 305) |
Color harmonies
Tints & shades
Code snippets
color: #5b4276;
background-color: #5b4276;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF5B4276)
/* Swift / UIKit */
UIColor(red: 0.36, green: 0.26, blue: 0.46, alpha: 1.0)