Indigo
#350878
PurpleColor Codes
All color formats for development
HEX
#350878RGB
rgb(53, 8, 120)HSL
hsl(264, 88%, 25%)OKLCH
oklch(0.305 0.163 290.7)CMYK
cmyk(56%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F076C
2#2A0660
3#250554
4#200548
5#1A043C
6#150330
7#100224
8#0B0218
9#05010C
Tints
Lighter variations
1#440A9C
2#540CC0
3#640FE4
4#7827F1
5#8F4BF4
6#A56FF6
7#BC93F8
8#D2B7FA
9#E9DBFD
Tones
Muted variations
1#360D72
2#37136D
3#381867
4#391E61
5#3A245C
6#3B2956
7#3C2F51
8#3E354B
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C1 #D8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA91 #BA91F8 | BordersInactive statesPlaceholder text |
| 400 | 9657 #9657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7827 #7827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0D #5C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0B #4A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3508 #350878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2205 #22054D | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADDFD;
--indigo-200: #D8C1FB;
--indigo-300: #BA91F8;
--indigo-400: #9657F4;
--indigo-500: #7827F1;
--indigo-600: #5C0DD3;
--indigo-700: #4A0BA8;
--indigo-800: #350878;
--indigo-900: #22054D;
--indigo-950: #150330;
}