Indigo
#380878
PurpleColor Codes
All color formats for development
HEX
#380878RGB
rgb(56, 8, 120)HSL
hsl(266, 88%, 25%)OKLCH
oklch(0.308 0.163 292.7)CMYK
cmyk(53%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33076C
2#2D0660
3#270554
4#220548
5#1C043C
6#170330
7#110224
8#0B0218
9#06010C
Tints
Lighter variations
1#490A9C
2#5A0CC0
3#6B0FE4
4#7F27F1
5#944BF4
6#AA6FF6
7#BF93F8
8#D4B7FA
9#EADBFD
Tones
Muted variations
1#390D72
2#3A136D
3#3B1867
4#3B1E61
5#3C245C
6#3D2956
7#3E2F51
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 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC1 #DAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BD91 #BD91F8 | BordersInactive statesPlaceholder text |
| 400 | 9B57 #9B57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7F27 #7F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630D #630DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0B #4F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3808 #380878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2405 #24054D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EBDDFD;
--indigo-200: #DAC1FB;
--indigo-300: #BD91F8;
--indigo-400: #9B57F4;
--indigo-500: #7F27F1;
--indigo-600: #630DD3;
--indigo-700: #4F0BA8;
--indigo-800: #380878;
--indigo-900: #24054D;
--indigo-950: #170330;
}