Indigo
#5106AC
PurpleColor Codes
All color formats for development
HEX
#5106ACRGB
rgb(81, 6, 172)HSL
hsl(267, 93%, 35%)OKLCH
oklch(0.394 0.216 292.2)CMYK
cmyk(53%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49069B
2#41058A
3#390479
4#310467
5#280356
6#200245
7#180234
8#100122
9#080111
Tints
Lighter variations
1#6007CC
2#6F09EC
3#801FF7
4#923FF8
5#A45FF9
6#B77FFA
7#C99FFC
8#DBBFFD
9#EDDFFE
Tones
Muted variations
1#520FA4
2#53179C
3#531F93
4#54278B
5#553083
6#56387A
7#574072
8#58496A
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFB | BordersInactive statesPlaceholder text |
| 400 | 9D53 #9D53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8222 #8222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6608 #6608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5106 #5106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #EBDDFE;
--indigo-200: #DBBFFD;
--indigo-300: #BF8EFB;
--indigo-400: #9D53F9;
--indigo-500: #8222F7;
--indigo-600: #6608D9;
--indigo-700: #5106AC;
--indigo-800: #3A047B;
--indigo-900: #25034F;
--indigo-950: #170231;
}