Indigo
#330B75
PurpleColor Codes
All color formats for development
HEX
#330B75RGB
rgb(51, 11, 117)HSL
hsl(263, 83%, 25%)OKLCH
oklch(0.301 0.158 290)CMYK
cmyk(56%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0A69
2#29095D
3#240852
4#1F0746
5#1A053A
6#15042F
7#0F0323
8#0A0217
9#05010C
Tints
Lighter variations
1#430E98
2#5211BB
3#6215DE
4#762DEB
5#8D50EF
6#A473F2
7#BB96F5
8#D1B9F8
9#E8DCFC
Tones
Muted variations
1#35106F
2#36156A
3#371B65
4#38205F
5#3A255A
6#3B2B55
7#3C3050
8#3D354A
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C2 #D7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B994 #B994F5 | BordersInactive statesPlaceholder text |
| 400 | 945C #945CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 762D #762DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A13 #5A13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 480F #480FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330B #330B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2107 #21074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADEFC;
--indigo-200: #D7C2F9;
--indigo-300: #B994F5;
--indigo-400: #945CF0;
--indigo-500: #762DEB;
--indigo-600: #5A13CD;
--indigo-700: #480FA3;
--indigo-800: #330B75;
--indigo-900: #21074B;
--indigo-950: #15042F;
}