Indigo
#3A05AD
PurpleColor Codes
All color formats for development
HEX
#3A05ADRGB
rgb(58, 5, 173)HSL
hsl(259, 94%, 35%)OKLCH
oklch(0.371 0.219 281.2)CMYK
cmyk(66%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35059C
2#2F048B
3#290479
4#230368
5#1D0357
6#170245
7#120234
8#0C0123
9#060111
Tints
Lighter variations
1#4506CD
2#5007ED
3#631EF8
4#793EF9
5#905EFA
6#A67EFB
7#BC9FFC
8#D2BFFD
9#E9DFFE
Tones
Muted variations
1#3E0EA5
2#41169C
3#441F94
4#47278C
5#4A2F83
6#4D387B
7#504072
8#53486A
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08D #B08DFB | BordersInactive statesPlaceholder text |
| 400 | 8752 #8752FA | Disabled statesSecondary iconsMuted text |
| 500 | 6520 #6520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A07 #4A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A05 #3A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B02 #1B024F | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DCFE;
--indigo-200: #D2BFFD;
--indigo-300: #B08DFB;
--indigo-400: #8752FA;
--indigo-500: #6520F8;
--indigo-600: #4A07DA;
--indigo-700: #3A05AD;
--indigo-800: #2A047C;
--indigo-900: #1B024F;
--indigo-950: #110231;
}