Imperial
#602f6b
Looking for the precise values behind Imperial (#602f6b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #602f6b | |
|---|---|---|
| RGB | rgb(96, 47, 107) | |
| HSL | hsl(289, 39%, 30%) | |
| CMYK | cmyk(10%, 56%, 0%, 58%) | |
| LAB | lab(28, 30, -26) | |
| OKLCH | oklch(0.4 0.111 320) |
Color harmonies
Tints & shades
Code snippets
color: #602f6b;
background-color: #602f6b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF602F6B)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.18, blue: 0.42, alpha: 1.0)