Indigo
#55149F
PurpleColor Codes
All color formats for development
HEX
#55149FRGB
rgb(85, 20, 159)HSL
hsl(268, 78%, 35%)OKLCH
oklch(0.392 0.197 296.7)CMYK
cmyk(47%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C128F
2#44107F
3#3B0E6F
4#330C5F
5#2A0A4F
6#220840
7#190630
8#110420
9#080210
Tints
Lighter variations
1#6417BC
2#741BDA
3#8530E5
4#964EE9
5#A86BED
6#B989F0
7#CBA6F4
8#DCC4F8
9#EEE1FB
Tones
Muted variations
1#551B98
2#562291
3#56298A
4#562F83
5#57367C
6#573D75
7#58446E
8#584B67
9#595260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC4 #DCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C197 #C197F2 | BordersInactive statesPlaceholder text |
| 400 | A160 #A160EB | Disabled statesSecondary iconsMuted text |
| 500 | 8633 #8633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A19 #6A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5514 #55149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0E #3C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2709 #270949 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #ECDFFB;
--indigo-200: #DCC4F8;
--indigo-300: #C197F2;
--indigo-400: #A160EB;
--indigo-500: #8633E6;
--indigo-600: #6A19C8;
--indigo-700: #55149F;
--indigo-800: #3C0E71;
--indigo-900: #270949;
--indigo-950: #18062D;
}