Indigo
#5108AA
PurpleColor Codes
All color formats for development
HEX
#5108AARGB
rgb(81, 8, 170)HSL
hsl(267, 91%, 35%)OKLCH
oklch(0.392 0.213 292.6)CMYK
cmyk(52%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490799
2#410688
3#390677
4#310566
5#290455
6#200344
7#180233
8#100222
9#080111
Tints
Lighter variations
1#600ACA
2#6F0BEA
3#8021F5
4#9341F6
5#A561F8
6#B780F9
7#C9A0FB
8#DBC0FC
9#EDDFFE
Tones
Muted variations
1#5210A2
2#53189A
3#542092
4#54298A
5#553182
6#56397A
7#574172
8#584969
9#585161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8F #BF8FFA | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8224 #8224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660A #660AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5108 #5108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #ECDDFD;
--indigo-200: #DBC0FC;
--indigo-300: #BF8FFA;
--indigo-400: #9E55F7;
--indigo-500: #8224F5;
--indigo-600: #660AD6;
--indigo-700: #5108AA;
--indigo-800: #3A067A;
--indigo-900: #25044E;
--indigo-950: #170231;
}