Indigo
#340778
PurpleColor Codes
All color formats for development
HEX
#340778RGB
rgb(52, 7, 120)HSL
hsl(264, 89%, 25%)OKLCH
oklch(0.303 0.163 290.2)CMYK
cmyk(57%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F066C
2#2A0660
3#250554
4#1F0448
5#1A043C
6#150330
7#100224
8#0A0118
9#05010C
Tints
Lighter variations
1#44099D
2#540BC1
3#640DE5
4#7826F2
5#8E4AF4
6#A56EF7
7#BB93F9
8#D2B7FB
9#E8DBFD
Tones
Muted variations
1#360D73
2#37126D
3#381867
4#391E62
5#3A235C
6#3B2956
7#3C2F51
8#3D344B
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 | D8C0 #D8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9656 #9656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7826 #7826F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0C #5C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 490A #490AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3407 #340778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2204 #22044D | 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: #D8C0FB;
--indigo-300: #BA90F9;
--indigo-400: #9656F5;
--indigo-500: #7826F2;
--indigo-600: #5C0CD4;
--indigo-700: #490AA9;
--indigo-800: #340778;
--indigo-900: #22044D;
--indigo-950: #150330;
}