Indigo
#3612A1
PurpleColor Codes
All color formats for development
HEX
#3612A1RGB
rgb(54, 18, 161)HSL
hsl(255, 80%, 35%)OKLCH
oklch(0.36 0.201 280.8)CMYK
cmyk(66%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#301091
2#2B0E81
3#250C70
4#200B60
5#1B0950
6#150740
7#100530
8#0B0420
9#050210
Tints
Lighter variations
1#3F15BE
2#4918DC
3#5D2EE8
4#744CEB
5#8B6AEE
6#A288F2
7#B9A5F5
8#D1C3F8
9#E8E1FC
Tones
Muted variations
1#39199A
2#3D2092
3#40278B
4#442E84
5#47367D
6#4B3D76
7#4F446F
8#524B68
9#565260
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;
}