Indigo
#260D73
PurpleColor Codes
All color formats for development
HEX
#260D73RGB
rgb(38, 13, 115)HSL
hsl(255, 80%, 25%)OKLCH
oklch(0.287 0.155 281.7)CMYK
cmyk(67%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220B67
2#1F0A5C
3#1B0950
4#170845
5#130639
6#0F052E
7#0B0422
8#080317
9#04010B
Tints
Lighter variations
1#321195
2#3D14B8
3#4918DA
4#5E30E8
5#7953EC
6#9475F0
7#AF98F4
8#C9BAF7
9#E4DDFB
Tones
Muted variations
1#29126E
2#2B1769
3#2E1C63
4#30215E
5#332659
6#362B54
7#38304F
8#3B364A
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD95 #AD95F3 | BordersInactive statesPlaceholder text |
| 400 | 825E #825EED | Disabled statesSecondary iconsMuted text |
| 500 | 5E30 #5E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4316 #4316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3612 #3612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260D #260D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #180849 | 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: #F4F1FD;
--indigo-100: #E6DFFB;
--indigo-200: #D1C3F8;
--indigo-300: #AD95F3;
--indigo-400: #825EED;
--indigo-500: #5E30E8;
--indigo-600: #4316CA;
--indigo-700: #3612A1;
--indigo-800: #260D73;
--indigo-900: #180849;
--indigo-950: #0F052E;
}