Indigo
#5F06AC
PurpleColor Codes
All color formats for development
HEX
#5F06ACRGB
rgb(95, 6, 172)HSL
hsl(272, 93%, 35%)OKLCH
oklch(0.411 0.217 298.7)CMYK
cmyk(45%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55069B
2#4C058A
3#420479
4#390467
5#2F0356
6#260245
7#1C0234
8#130122
9#090111
Tints
Lighter variations
1#7007CC
2#8209EC
3#921FF7
4#A23FF8
5#B15FF9
6#C17FFA
7#D09FFC
8#E0BFFD
9#EFDFFE
Tones
Muted variations
1#5E0FA4
2#5E179C
3#5D1F93
4#5D278B
5#5C3083
6#5B387A
7#5B4072
8#5A496A
9#5A5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BF #E0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFB | BordersInactive statesPlaceholder text |
| 400 | AB53 #AB53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9322 #9322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7708 #7708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F06 #5F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4404 #44047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034F | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EEDDFE;
--indigo-200: #E0BFFD;
--indigo-300: #C88EFB;
--indigo-400: #AB53F9;
--indigo-500: #9322F7;
--indigo-600: #7708D9;
--indigo-700: #5F06AC;
--indigo-800: #44047B;
--indigo-900: #2B034F;
--indigo-950: #1B0231;
}