Indigo
#430877
PurpleColor Codes
All color formats for development
HEX
#430877RGB
rgb(67, 8, 119)HSL
hsl(272, 87%, 25%)OKLCH
oklch(0.322 0.163 300.2)CMYK
cmyk(44%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D076B
2#36075F
3#2F0653
4#280548
5#22043C
6#1B0330
7#140224
8#0D0218
9#07010C
Tints
Lighter variations
1#580B9B
2#6C0DBF
3#8010E3
4#9328F0
5#A54CF3
6#B770F5
7#C994F8
8#DBB7FA
9#EDDBFD
Tones
Muted variations
1#430E72
2#43136C
3#421967
4#421E61
5#42245B
6#412A56
7#412F50
8#40354B
9#403A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F7 | BordersInactive statesPlaceholder text |
| 400 | AB58 #AB58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 9328 #9328F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770F #770FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0C #5E0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054C | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDEFD;
--indigo-200: #E0C1FB;
--indigo-300: #C891F7;
--indigo-400: #AB58F3;
--indigo-500: #9328F0;
--indigo-600: #770FD2;
--indigo-700: #5E0CA7;
--indigo-800: #430877;
--indigo-900: #2B054C;
--indigo-950: #1B0330;
}