Indigo
#450C73
PurpleColor Codes
All color formats for development
HEX
#450C73RGB
rgb(69, 12, 115)HSL
hsl(273, 81%, 25%)OKLCH
oklch(0.323 0.156 302.7)CMYK
cmyk(40%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0B68
2#370A5C
3#300851
4#290745
5#22063A
6#1C052E
7#150423
8#0E0217
9#07010C
Tints
Lighter variations
1#5A1096
2#6E13B9
3#8317DB
4#962FE9
5#A752ED
6#B975F0
7#CA97F4
8#DCBAF8
9#EDDCFB
Tones
Muted variations
1#44116E
2#441669
3#431C64
4#43215F
5#42265A
6#422B54
7#41304F
8#41354A
9#403B45
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 | C995 #C995F4 | BordersInactive statesPlaceholder text |
| 400 | AD5D #AD5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 962F #962FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7915 #7915CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6011 #6011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450C #450C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C08 #2C084A | 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: #C995F4;
--indigo-400: #AD5DEE;
--indigo-500: #962FE9;
--indigo-600: #7915CB;
--indigo-700: #6011A2;
--indigo-800: #450C73;
--indigo-900: #2C084A;
--indigo-950: #1C052E;
}