Indigo
#32057A
PurpleColor Codes
All color formats for development
HEX
#32057ARGB
rgb(50, 5, 122)HSL
hsl(263, 92%, 25%)OKLCH
oklch(0.302 0.167 288.4)CMYK
cmyk(59%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D056E
2#280462
3#230456
4#1E0349
5#19033D
6#140231
7#0F0225
8#0A0118
9#05010C
Tints
Lighter variations
1#41079F
2#5008C4
3#5F0AE9
4#7423F6
5#8B47F7
6#A26CF9
7#B991FA
8#D1B6FC
9#E8DAFD
Tones
Muted variations
1#330B75
2#35116F
3#361769
4#381D63
5#39225D
6#3A2857
7#3C2E51
8#3D344B
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFA | BordersInactive statesPlaceholder text |
| 400 | 9354 #9354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7423 #7423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5809 #5809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4607 #4607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3205 #32057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034E | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #E9DDFE;
--indigo-200: #D7BFFC;
--indigo-300: #B88EFA;
--indigo-400: #9354F8;
--indigo-500: #7423F6;
--indigo-600: #5809D7;
--indigo-700: #4607AB;
--indigo-800: #32057A;
--indigo-900: #20034E;
--indigo-950: #140231;
}