Indigo
#5C06AC
PurpleColor Codes
All color formats for development
HEX
#5C06ACRGB
rgb(92, 6, 172)HSL
hsl(271, 93%, 35%)OKLCH
oklch(0.407 0.216 297.4)CMYK
cmyk(47%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53069B
2#4A058A
3#400479
4#370467
5#2E0356
6#250245
7#1C0234
8#120122
9#090111
Tints
Lighter variations
1#6D07CC
2#7E09EC
3#8F1FF7
4#9F3FF8
5#AF5FF9
6#BF7FFA
7#CF9FFC
8#DFBFFD
9#EFDFFE
Tones
Muted variations
1#5C0FA4
2#5B179C
3#5B1F93
4#5B278B
5#5B3083
6#5A387A
7#5A4072
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 | DFBF #DFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFB | BordersInactive statesPlaceholder text |
| 400 | A953 #A953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9022 #9022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7408 #7408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C06 #5C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4204 #42047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EEDDFE;
--indigo-200: #DFBFFD;
--indigo-300: #C68EFB;
--indigo-400: #A953F9;
--indigo-500: #9022F7;
--indigo-600: #7408D9;
--indigo-700: #5C06AC;
--indigo-800: #42047B;
--indigo-900: #2A034F;
--indigo-950: #1A0231;
}