Indigo
#270778
PurpleColor Codes
All color formats for development
HEX
#270778RGB
rgb(39, 7, 120)HSL
hsl(257, 89%, 25%)OKLCH
oklch(0.289 0.164 281.7)CMYK
cmyk(68%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23066C
2#1F0660
3#1B0554
4#170448
5#14043C
6#100330
7#0C0224
8#080118
9#04010C
Tints
Lighter variations
1#33099D
2#3F0BC1
3#4A0DE5
4#6026F2
5#7A4AF4
6#956EF7
7#AF93F9
8#CAB7FB
9#E4DBFD
Tones
Muted variations
1#2A0D73
2#2C126D
3#2F1867
4#311E62
5#33235C
6#362956
7#382F51
8#3B344B
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C0 #D1C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE90 #AE90F9 | BordersInactive statesPlaceholder text |
| 400 | 8356 #8356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6026 #6026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450C #450CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370A #370AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2707 #270778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044D | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DDFD;
--indigo-200: #D1C0FB;
--indigo-300: #AE90F9;
--indigo-400: #8356F5;
--indigo-500: #6026F2;
--indigo-600: #450CD4;
--indigo-700: #370AA9;
--indigo-800: #270778;
--indigo-900: #19044D;
--indigo-950: #100330;
}