Indigo
#330878
PurpleColor Codes
All color formats for development
HEX
#330878RGB
rgb(51, 8, 120)HSL
hsl(263, 88%, 25%)OKLCH
oklch(0.303 0.163 289.4)CMYK
cmyk(58%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E076C
2#290660
3#230554
4#1E0548
5#19043C
6#140330
7#0F0224
8#0A0218
9#05010C
Tints
Lighter variations
1#420A9C
2#510CC0
3#600FE4
4#7527F1
5#8C4BF4
6#A36FF6
7#BA93F8
8#D1B7FA
9#E8DBFD
Tones
Muted variations
1#340D72
2#35136D
3#371867
4#381E61
5#39245C
6#3B2956
7#3C2F51
8#3D354B
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B891 #B891F8 | BordersInactive statesPlaceholder text |
| 400 | 9357 #9357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7527 #7527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590D #590DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470B #470BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3308 #330878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2005 #20054D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #E9DDFD;
--indigo-200: #D7C1FB;
--indigo-300: #B891F8;
--indigo-400: #9357F4;
--indigo-500: #7527F1;
--indigo-600: #590DD3;
--indigo-700: #470BA8;
--indigo-800: #330878;
--indigo-900: #20054D;
--indigo-950: #140330;
}