Indigo
#62159D
PurpleColor Codes
All color formats for development
HEX
#62159DRGB
rgb(98, 21, 157)HSL
hsl(274, 76%, 35%)OKLCH
oklch(0.408 0.196 303.7)CMYK
cmyk(38%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58138D
2#4F117E
3#450F6E
4#3B0D5E
5#310B4F
6#27093F
7#1D062F
8#14041F
9#0A0210
Tints
Lighter variations
1#7519BA
2#871DD7
3#9733E3
4#A650E7
5#B56DEB
6#C38AEF
7#D2A7F3
8#E1C5F7
9#F0E2FB
Tones
Muted variations
1#611C96
2#602390
3#602A89
4#5F3182
5#5E377B
6#5D3E74
7#5C456E
8#5B4C67
9#5A5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C5 #E1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA98 #CA98F1 | BordersInactive statesPlaceholder text |
| 400 | AF62 #AF62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9835 #9835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C1B #7C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6215 #62159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460F #460F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D0A #2D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1C06 #1C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #EFE0FB;
--indigo-200: #E1C5F7;
--indigo-300: #CA98F1;
--indigo-400: #AF62EA;
--indigo-500: #9835E3;
--indigo-600: #7C1BC5;
--indigo-700: #62159D;
--indigo-800: #460F70;
--indigo-900: #2D0A48;
--indigo-950: #1C062D;
}