Indigo
#44057A
PurpleColor Codes
All color formats for development
HEX
#44057ARGB
rgb(68, 5, 122)HSL
hsl(272, 92%, 25%)OKLCH
oklch(0.324 0.168 300)CMYK
cmyk(44%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D056E
2#360462
3#2F0456
4#290349
5#22033D
6#1B0231
7#140225
8#0E0118
9#07010C
Tints
Lighter variations
1#58079F
2#6C08C4
3#810AE9
4#9323F6
5#A547F7
6#B76CF9
7#C991FA
8#DBB6FC
9#EDDAFD
Tones
Muted variations
1#430B75
2#43116F
3#421769
4#421D63
5#42225D
6#412857
7#412E51
8#41344B
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BF #E0BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFA | BordersInactive statesPlaceholder text |
| 400 | AB54 #AB54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9323 #9323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7709 #7709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F07 #5F07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4405 #44057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EEDDFE;
--indigo-200: #E0BFFC;
--indigo-300: #C88EFA;
--indigo-400: #AB54F8;
--indigo-500: #9323F6;
--indigo-600: #7709D7;
--indigo-700: #5F07AB;
--indigo-800: #44057A;
--indigo-900: #2B034E;
--indigo-950: #1B0231;
}