Indigo
#260878
PurpleColor Codes
All color formats for development
HEX
#260878RGB
rgb(38, 8, 120)HSL
hsl(256, 88%, 25%)OKLCH
oklch(0.289 0.164 281)CMYK
cmyk(68%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22076C
2#1E0660
3#1A0554
4#170548
5#13043C
6#0F0330
7#0B0224
8#080218
9#04010C
Tints
Lighter variations
1#310A9C
2#3C0CC0
3#470FE4
4#5D27F1
5#784BF4
6#936FF6
7#AE93F8
8#C9B7FA
9#E4DBFD
Tones
Muted variations
1#280D72
2#2B136D
3#2D1867
4#301E61
5#33245C
6#352956
7#382F51
8#3B354B
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 | D0C1 #D0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AC91 #AC91F8 | BordersInactive statesPlaceholder text |
| 400 | 8157 #8157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5D27 #5D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 420D #420DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 350B #350BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2608 #260878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1805 #18054D | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DDFD;
--indigo-200: #D0C1FB;
--indigo-300: #AC91F8;
--indigo-400: #8157F4;
--indigo-500: #5D27F1;
--indigo-600: #420DD3;
--indigo-700: #350BA8;
--indigo-800: #260878;
--indigo-900: #18054D;
--indigo-950: #0F0330;
}