Indigo
#4F0BA8
PurpleColor Codes
All color formats for development
HEX
#4F0BA8RGB
rgb(79, 11, 168)HSL
hsl(266, 88%, 35%)OKLCH
oklch(0.389 0.21 292)CMYK
cmyk(53%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470A97
2#3F0986
3#370775
4#2F0665
5#270554
6#200443
7#180332
8#100222
9#080111
Tints
Lighter variations
1#5D0DC7
2#6C0FE6
3#7D25F1
4#9044F3
5#A263F5
6#B582F7
7#C7A2F9
8#DAC1FB
9#ECE0FD
Tones
Muted variations
1#5013A0
2#511A98
3#522290
4#532A88
5#543281
6#553A79
7#564271
8#574A69
9#585161
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;
}