Indigo
#63149F
PurpleColor Codes
All color formats for development
HEX
#63149FRGB
rgb(99, 20, 159)HSL
hsl(274, 78%, 35%)OKLCH
oklch(0.41 0.199 303.6)CMYK
cmyk(38%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59128F
2#4F107F
3#450E6F
4#3B0C5F
5#310A4F
6#270840
7#1E0630
8#140420
9#0A0210
Tints
Lighter variations
1#7517BC
2#871BDA
3#9730E5
4#A64EE9
5#B56BED
6#C489F0
7#D2A6F4
8#E1C4F8
9#F0E1FB
Tones
Muted variations
1#621B98
2#612291
3#60298A
4#5F2F83
5#5E367C
6#5D3D75
7#5C446E
8#5B4B67
9#5A5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C4 #E1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA97 #CA97F2 | BordersInactive statesPlaceholder text |
| 400 | AF60 #AF60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9833 #9833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C19 #7C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6314 #63149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460E #460E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D09 #2D0949 | 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: #F8F1FD;
--indigo-100: #EFDFFB;
--indigo-200: #E1C4F8;
--indigo-300: #CA97F2;
--indigo-400: #AF60EB;
--indigo-500: #9833E6;
--indigo-600: #7C19C8;
--indigo-700: #63149F;
--indigo-800: #460E71;
--indigo-900: #2D0949;
--indigo-950: #1C062D;
}