Indigo
#320B74
PurpleColor Codes
All color formats for development
HEX
#320B74RGB
rgb(50, 11, 116)HSL
hsl(262, 83%, 25%)OKLCH
oklch(0.299 0.156 289.7)CMYK
cmyk(57%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0A69
2#28095D
3#230852
4#1E0746
5#19053A
6#14042F
7#0F0323
8#0A0217
9#05010C
Tints
Lighter variations
1#410E98
2#4F11BB
3#5E15DE
4#732DEB
5#8A50EF
6#A273F2
7#B996F5
8#D0B9F8
9#E8DCFC
Tones
Muted variations
1#33106F
2#34156A
3#361B65
4#37205F
5#39255A
6#3A2B55
7#3C3050
8#3D354A
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C2 #D7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B794 #B794F5 | BordersInactive statesPlaceholder text |
| 400 | 925C #925CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 732D #732DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5713 #5713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450F #450FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320B #320B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #E9DEFC;
--indigo-200: #D7C2F9;
--indigo-300: #B794F5;
--indigo-400: #925CF0;
--indigo-500: #732DEB;
--indigo-600: #5713CD;
--indigo-700: #450FA3;
--indigo-800: #320B75;
--indigo-900: #20074B;
--indigo-950: #14042F;
}