Indigo
#3302B1
PurpleColor Codes
All color formats for development
HEX
#3302B1RGB
rgb(51, 2, 177)HSL
hsl(257, 98%, 35%)OKLCH
oklch(0.368 0.225 277.6)CMYK
cmyk(71%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E029F
2#29018D
3#24017C
4#1F016A
5#1A0158
6#150147
7#0F0135
8#0A0023
9#050012
Tints
Lighter variations
1#3D02D2
2#4602F2
3#5A19FD
4#713AFD
5#895BFD
6#A17CFE
7#B89DFE
8#D0BDFE
9#E7DEFF
Tones
Muted variations
1#370BA8
2#3B139F
3#3F1C96
4#43258E
5#462E85
6#4A367C
7#4E3F73
8#52486B
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BD #D0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8B #AB8BFE | BordersInactive statesPlaceholder text |
| 400 | 804E #804EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5C1C #5C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4102 #4102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3302 #3302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2501 #25017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1701 #170151 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E6DCFF;
--indigo-200: #D0BDFE;
--indigo-300: #AB8BFE;
--indigo-400: #804EFD;
--indigo-500: #5C1CFD;
--indigo-600: #4102DE;
--indigo-700: #3302B1;
--indigo-800: #25017E;
--indigo-900: #170151;
--indigo-950: #0F0132;
}