Indigo
#6510A2
PurpleColor Codes
All color formats for development
HEX
#6510A2RGB
rgb(101, 16, 162)HSL
hsl(275, 82%, 35%)OKLCH
oklch(0.413 0.204 303.9)CMYK
cmyk(38%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B0E92
2#510D82
3#470B72
4#3D0A61
5#330851
6#290641
7#1E0531
8#140320
9#0A0210
Tints
Lighter variations
1#7813C1
2#8B16DF
3#9B2CEA
4#A94AED
5#B768F0
6#C686F3
7#D4A5F6
8#E2C3F9
9#F1E1FC
Tones
Muted variations
1#64179B
2#631F94
3#62268C
4#612D85
5#5F357E
6#5E3C77
7#5D436F
8#5C4B68
9#5A5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C3 #E2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC94 #CC94F4 | BordersInactive statesPlaceholder text |
| 400 | B25D #B25DEF | Disabled statesSecondary iconsMuted text |
| 500 | 9C2E #9C2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8014 #8014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6510 #6510A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480B #480B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E07 #2E074A | Primary textHigh emphasis contentDark headings |
| 950 | 1D05 #1D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #F0DFFC;
--indigo-200: #E2C3F9;
--indigo-300: #CC94F4;
--indigo-400: #B25DEF;
--indigo-500: #9C2EEA;
--indigo-600: #8014CC;
--indigo-700: #6510A2;
--indigo-800: #480B74;
--indigo-900: #2E074A;
--indigo-950: #1D052E;
}