Indigo
#6407AB
PurpleColor Codes
All color formats for development
HEX
#6407ABRGB
rgb(100, 7, 171)HSL
hsl(274, 92%, 35%)OKLCH
oklch(0.416 0.216 301.3)CMYK
cmyk(42%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A069A
2#500689
3#460578
4#3C0467
5#320456
6#280345
7#1E0233
8#140122
9#0A0111
Tints
Lighter variations
1#7708CB
2#890AEB
3#9920F6
4#A840F7
5#B660F8
6#C580FA
7#D3A0FB
8#E2BFFC
9#F0DFFE
Tones
Muted variations
1#630FA3
2#62189B
3#612093
4#60288B
5#5F3082
6#5E387A
7#5D4172
8#5B496A
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BF #E2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8E #CC8EFA | BordersInactive statesPlaceholder text |
| 400 | B154 #B154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9A23 #9A23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E09 #7E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6407 #6407AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4805 #48057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E03 #2E034E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EFDDFE;
--indigo-200: #E2BFFC;
--indigo-300: #CC8EFA;
--indigo-400: #B154F8;
--indigo-500: #9A23F6;
--indigo-600: #7E09D7;
--indigo-700: #6407AB;
--indigo-800: #48057A;
--indigo-900: #2E034E;
--indigo-950: #1D0231;
}