Indigo
#5708AA
PurpleColor Codes
All color formats for development
HEX
#5708AARGB
rgb(87, 8, 170)HSL
hsl(269, 91%, 35%)OKLCH
oklch(0.399 0.213 295.4)CMYK
cmyk(49%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0799
2#450688
3#3D0677
4#340566
5#2B0455
6#230344
7#1A0233
8#110222
9#090111
Tints
Lighter variations
1#670ACA
2#770BEA
3#8721F5
4#9941F6
5#AA61F8
6#BB80F9
7#CCA0FB
8#DDC0FC
9#EEDFFE
Tones
Muted variations
1#5710A2
2#57189A
3#572092
4#58298A
5#583182
6#58397A
7#584172
8#594969
9#595161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC0 #DDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38F #C38FFA | BordersInactive statesPlaceholder text |
| 400 | A355 #A355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8924 #8924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0A #6D0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5708 #5708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E06 #3E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2804 #28044E | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #EDDDFD;
--indigo-200: #DDC0FC;
--indigo-300: #C38FFA;
--indigo-400: #A355F7;
--indigo-500: #8924F5;
--indigo-600: #6D0AD6;
--indigo-700: #5708AA;
--indigo-800: #3E067A;
--indigo-900: #28044E;
--indigo-950: #190231;
}