Indigo
#6310A2
PurpleColor Codes
All color formats for development
HEX
#6310A2RGB
rgb(99, 16, 162)HSL
hsl(274, 82%, 35%)OKLCH
oklch(0.41 0.204 303)CMYK
cmyk(39%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#590E92
2#4F0D82
3#450B72
4#3B0A61
5#320851
6#280641
7#1E0531
8#140320
9#0A0210
Tints
Lighter variations
1#7513C1
2#8816DF
3#982CEA
4#A64AED
5#B568F0
6#C486F3
7#D3A5F6
8#E1C3F9
9#F0E1FC
Tones
Muted variations
1#62179B
2#611F94
3#60268C
4#5F2D85
5#5E357E
6#5D3C77
7#5C436F
8#5B4B68
9#5A5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB94 #CB94F4 | BordersInactive statesPlaceholder text |
| 400 | B05D #B05DEF | Disabled statesSecondary iconsMuted text |
| 500 | 992E #992EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C14 #7C14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6310 #6310A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470B #470B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D07 #2D074A | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDFFC;
--indigo-200: #E1C3F9;
--indigo-300: #CB94F4;
--indigo-400: #B05DEF;
--indigo-500: #992EEA;
--indigo-600: #7C14CC;
--indigo-700: #6310A2;
--indigo-800: #470B74;
--indigo-900: #2D074A;
--indigo-950: #1C052E;
}