Indigo
#260C73
PurpleColor Codes
All color formats for development
HEX
#260C73RGB
rgb(38, 12, 115)HSL
hsl(255, 81%, 25%)OKLCH
oklch(0.286 0.156 281.8)CMYK
cmyk(67%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220B68
2#1E0A5C
3#1B0851
4#170745
5#13063A
6#0F052E
7#0B0423
8#080217
9#04010C
Tints
Lighter variations
1#311096
2#3D13B9
3#4817DB
4#5E2FE9
5#7952ED
6#9475F0
7#AE97F4
8#C9BAF8
9#E4DCFB
Tones
Muted variations
1#29116E
2#2B1669
3#2E1C64
4#30215F
5#33265A
6#352B54
7#38304F
8#3B354A
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD95 #AD95F4 | BordersInactive statesPlaceholder text |
| 400 | 825D #825DEE | Disabled statesSecondary iconsMuted text |
| 500 | 5E2F #5E2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4315 #4315CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3511 #3511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260C #260C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #18084A | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DFFC;
--indigo-200: #D0C3F9;
--indigo-300: #AD95F4;
--indigo-400: #825DEE;
--indigo-500: #5E2FE9;
--indigo-600: #4315CB;
--indigo-700: #3511A2;
--indigo-800: #260C73;
--indigo-900: #18084A;
--indigo-950: #0F052E;
}