Indigo
#26057A
PurpleColor Codes
All color formats for development
HEX
#26057ARGB
rgb(38, 5, 122)HSL
hsl(257, 92%, 25%)OKLCH
oklch(0.289 0.168 280.8)CMYK
cmyk(69%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23056E
2#1F0462
3#1B0456
4#170349
5#13033D
6#0F0231
7#0C0225
8#080118
9#04010C
Tints
Lighter variations
1#32079F
2#3D08C4
3#490AE9
4#5F23F6
5#7947F7
6#946CF9
7#AF91FA
8#CAB6FC
9#E4DAFD
Tones
Muted variations
1#290B75
2#2B116F
3#2E1769
4#311D63
5#33225D
6#362857
7#382E51
8#3B344B
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFA | BordersInactive statesPlaceholder text |
| 400 | 8254 #8254F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5F23 #5F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4309 #4309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3607 #3607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2605 #26057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1903 #19034E | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E6DDFE;
--indigo-200: #D1BFFC;
--indigo-300: #AD8EFA;
--indigo-400: #8254F8;
--indigo-500: #5F23F6;
--indigo-600: #4309D7;
--indigo-700: #3607AB;
--indigo-800: #26057A;
--indigo-900: #19034E;
--indigo-950: #0F0231;
}