Indigo
#55169C
PurpleColor Codes
All color formats for development
HEX
#55169CRGB
rgb(85, 22, 156)HSL
hsl(268, 75%, 35%)OKLCH
oklch(0.391 0.192 297.4)CMYK
cmyk(46%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C148D
2#44127D
3#3B106D
4#330D5E
5#2A0B4E
6#22093E
7#19072F
8#11041F
9#080210
Tints
Lighter variations
1#651AB9
2#741FD6
3#8534E2
4#9751E6
5#A86EEA
6#B98BEE
7#CBA8F3
8#DCC5F7
9#EEE2FB
Tones
Muted variations
1#551D95
2#56248F
3#562A88
4#573181
5#57387B
6#573E74
7#58456D
8#584C67
9#595360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC5 #DCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C198 #C198F0 | BordersInactive statesPlaceholder text |
| 400 | A163 #A163E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8736 #8736E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1C #6B1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5516 #55169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D10 #3D1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A47 | 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: #F7F2FD;
--indigo-100: #ECE0FB;
--indigo-200: #DCC5F7;
--indigo-300: #C198F0;
--indigo-400: #A163E9;
--indigo-500: #8736E2;
--indigo-600: #6B1CC4;
--indigo-700: #55169C;
--indigo-800: #3D1070;
--indigo-900: #270A47;
--indigo-950: #18062D;
}