Indigo
#27017E
PurpleColor Codes
All color formats for development
HEX
#27017ERGB
rgb(39, 1, 126)HSL
hsl(258, 98%, 25%)OKLCH
oklch(0.292 0.175 280.8)CMYK
cmyk(69%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230172
2#1F0165
3#1B0158
4#17014C
5#13013F
6#100132
7#0C0026
8#080019
9#04000D
Tints
Lighter variations
1#3202A4
2#3E02CA
3#4A02F0
4#5F1CFD
5#7A42FD
6#9568FD
7#AF8DFE
8#CAB3FE
9#E4D9FF
Tones
Muted variations
1#290878
2#2C0E72
3#2E146B
4#311A65
5#33215F
6#362759
7#382D52
8#3B334C
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BD #D1BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8B #AD8BFE | BordersInactive statesPlaceholder text |
| 400 | 834E #834EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5F1C #5F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4402 #4402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3602 #3602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2701 #27017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190151 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E6DCFF;
--indigo-200: #D1BDFE;
--indigo-300: #AD8BFE;
--indigo-400: #834EFD;
--indigo-500: #5F1CFD;
--indigo-600: #4402DE;
--indigo-700: #3602B1;
--indigo-800: #27017E;
--indigo-900: #190151;
--indigo-950: #100132;
}