Indigo
#6408AA
PurpleColor Codes
All color formats for development
HEX
#6408AARGB
rgb(100, 8, 170)HSL
hsl(274, 91%, 35%)OKLCH
oklch(0.416 0.215 301.5)CMYK
cmyk(41%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A0799
2#500688
3#460677
4#3C0566
5#320455
6#280344
7#1E0233
8#140222
9#0A0111
Tints
Lighter variations
1#770ACA
2#890BEA
3#9921F5
4#A841F6
5#B661F8
6#C580F9
7#D3A0FB
8#E2C0FC
9#F0DFFE
Tones
Muted variations
1#6310A2
2#62189A
3#612092
4#60298A
5#5F3182
6#5E397A
7#5C4172
8#5B4969
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C0 #E2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CB8F #CB8FFA | BordersInactive statesPlaceholder text |
| 400 | B155 #B155F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9A24 #9A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E0A #7E0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6408 #6408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4706 #47067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E04 #2E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EFDDFD;
--indigo-200: #E2C0FC;
--indigo-300: #CB8FFA;
--indigo-400: #B155F7;
--indigo-500: #9A24F5;
--indigo-600: #7E0AD6;
--indigo-700: #6408AA;
--indigo-800: #47067A;
--indigo-900: #2E044E;
--indigo-950: #1D0231;
}