Indigo
#5709AA
PurpleColor Codes
All color formats for development
HEX
#5709AARGB
rgb(87, 9, 170)HSL
hsl(269, 90%, 35%)OKLCH
oklch(0.4 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#4E0899
2#450788
3#3D0677
4#340566
5#2B0455
6#230444
7#1A0333
8#110222
9#090111
Tints
Lighter variations
1#670BC9
2#770CE9
3#8723F3
4#9942F5
5#AA62F7
6#BB81F8
7#CCA1FA
8#DDC0FC
9#EEE0FD
Tones
Muted variations
1#5711A2
2#57199A
3#572191
4#582989
5#583181
6#583979
7#584171
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 | C390 #C390F9 | BordersInactive statesPlaceholder text |
| 400 | A355 #A355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8925 #8925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0B #6D0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5709 #5709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E06 #3E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2804 #28044E | Primary textHigh emphasis contentDark headings |
| 950 | 1903 #190330 | 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: #C390F9;
--indigo-400: #A355F6;
--indigo-500: #8925F4;
--indigo-600: #6D0BD5;
--indigo-700: #5709AA;
--indigo-800: #3E0679;
--indigo-900: #28044E;
--indigo-950: #190330;
}