Indigo
#6705AD
PurpleColor Codes
All color formats for development
HEX
#6705ADRGB
rgb(103, 5, 173)HSL
hsl(275, 94%, 35%)OKLCH
oklch(0.422 0.219 302.1)CMYK
cmyk(40%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D059C
2#53048B
3#480479
4#3E0368
5#340357
6#290245
7#1F0234
8#150123
9#0A0111
Tints
Lighter variations
1#7A06CD
2#8E07ED
3#9D1EF8
4#AB3EF9
5#B95EFA
6#C77EFB
7#D59FFC
8#E3BFFD
9#F1DFFE
Tones
Muted variations
1#660EA5
2#64169C
3#631F94
4#62278C
5#602F83
6#5F387B
7#5D4072
8#5C486A
9#5B5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BF #E3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8D #CE8DFB | BordersInactive statesPlaceholder text |
| 400 | B452 #B452FA | Disabled statesSecondary iconsMuted text |
| 500 | 9E20 #9E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8207 #8207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6705 #6705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A04 #4A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F02 #2F024F | 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: #F9F0FF;
--indigo-100: #F0DCFE;
--indigo-200: #E3BFFD;
--indigo-300: #CE8DFB;
--indigo-400: #B452FA;
--indigo-500: #9E20F8;
--indigo-600: #8207DA;
--indigo-700: #6705AD;
--indigo-800: #4A047C;
--indigo-900: #2F024F;
--indigo-950: #1D0231;
}