Indigo
#44116E
PurpleColor Codes
All color formats for development
HEX
#44116ERGB
rgb(68, 17, 110)HSL
hsl(273, 73%, 25%)OKLCH
oklch(0.321 0.147 303.6)CMYK
cmyk(38%, 85%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0F63
2#370E58
3#300C4D
4#290A42
5#220937
6#1B072C
7#150521
8#0E0316
9#07020B
Tints
Lighter variations
1#59168F
2#6D1CB0
3#8221D2
4#9538E0
5#A65AE5
6#B87BEA
7#CA9CF0
8#DCBDF5
9#EDDEFA
Tones
Muted variations
1#44166A
2#431B65
3#431F60
4#43245C
5#422857
6#422D52
7#41324E
8#413649
9#403B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C6 #E0C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C99A #C99AEF | BordersInactive statesPlaceholder text |
| 400 | AC65 #AC65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9538 #9538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 781E #781EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6018 #60189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4411 #44116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0B #2C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1B07 #1B072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #EEE0FA;
--indigo-200: #E0C6F6;
--indigo-300: #C99AEF;
--indigo-400: #AC65E7;
--indigo-500: #9538E0;
--indigo-600: #781EC2;
--indigo-700: #60189A;
--indigo-800: #44116E;
--indigo-900: #2C0B47;
--indigo-950: #1B072C;
}