Indigo
#44027E
PurpleColor Codes
All color formats for development
HEX
#44027ERGB
rgb(68, 2, 126)HSL
hsl(272, 97%, 25%)OKLCH
oklch(0.326 0.173 298.8)CMYK
cmyk(46%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0271
2#360264
3#300158
4#29014B
5#22013F
6#1B0132
7#140126
8#0E0019
9#07000D
Tints
Lighter variations
1#5802A3
2#6D03C9
3#8104EF
4#941DFC
5#A643FC
6#B768FD
7#C98EFD
8#DBB4FE
9#EDD9FE
Tones
Muted variations
1#430877
2#430E71
3#43146B
4#421B65
5#42215F
6#412758
7#412D52
8#41334C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BE #E0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C88B #C88BFD | BordersInactive statesPlaceholder text |
| 400 | AC4F #AC4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 941D #941DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7703 #7703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F03 #5F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4402 #44027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B01 #2B0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFE;
--indigo-200: #E0BEFE;
--indigo-300: #C88BFD;
--indigo-400: #AC4FFC;
--indigo-500: #941DFC;
--indigo-600: #7703DD;
--indigo-700: #5F03B0;
--indigo-800: #44027E;
--indigo-900: #2B0150;
--indigo-950: #1B0132;
}