Indigo
#3902B1
PurpleColor Codes
All color formats for development
HEX
#3902B1RGB
rgb(57, 2, 177)HSL
hsl(259, 98%, 35%)OKLCH
oklch(0.373 0.224 280.2)CMYK
cmyk(68%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33029F
2#2E018D
3#28017C
4#22016A
5#1D0158
6#170147
7#110135
8#0B0023
9#060012
Tints
Lighter variations
1#4402D2
2#4E02F2
3#6119FD
4#783AFD
5#8E5BFD
6#A57CFE
7#BB9DFE
8#D2BDFE
9#E8DEFF
Tones
Muted variations
1#3C0BA8
2#40139F
3#431C96
4#46258E
5#492E85
6#4C367C
7#503F73
8#53486B
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BD #D2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8B #AF8BFE | BordersInactive statesPlaceholder text |
| 400 | 864E #864EFD | Disabled statesSecondary iconsMuted text |
| 500 | 631C #631CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4802 #4802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3902 #3902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2901 #29017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A01 #1A0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DCFF;
--indigo-200: #D2BDFE;
--indigo-300: #AF8BFE;
--indigo-400: #864EFD;
--indigo-500: #631CFD;
--indigo-600: #4802DE;
--indigo-700: #3902B1;
--indigo-800: #29017E;
--indigo-900: #1A0151;
--indigo-950: #100132;
}