Indigo
#55159D
PurpleColor Codes
All color formats for development
HEX
#55159DRGB
rgb(85, 21, 157)HSL
hsl(268, 76%, 35%)OKLCH
oklch(0.391 0.194 297.2)CMYK
cmyk(46%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C138D
2#44117E
3#3B0F6E
4#330D5E
5#2A0B4F
6#22093F
7#19062F
8#11041F
9#080210
Tints
Lighter variations
1#6419BA
2#741DD7
3#8533E3
4#9750E7
5#A86DEB
6#B98AEF
7#CBA7F3
8#DCC5F7
9#EEE2FB
Tones
Muted variations
1#551C96
2#562390
3#562A89
4#573182
5#57377B
6#573E74
7#58456E
8#584C67
9#595260
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 #C198F1 | BordersInactive statesPlaceholder text |
| 400 | A162 #A162EA | Disabled statesSecondary iconsMuted text |
| 500 | 8635 #8635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1B #6B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5515 #55159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D0F #3D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A48 | 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: #C198F1;
--indigo-400: #A162EA;
--indigo-500: #8635E3;
--indigo-600: #6B1BC5;
--indigo-700: #55159D;
--indigo-800: #3D0F70;
--indigo-900: #270A48;
--indigo-950: #18062D;
}