Indigo
#4D12A1
PurpleColor Codes
All color formats for development
HEX
#4D12A1RGB
rgb(77, 18, 161)HSL
hsl(265, 80%, 35%)OKLCH
oklch(0.384 0.199 292.3)CMYK
cmyk(52%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#461091
2#3E0E81
3#360C70
4#2E0B60
5#270950
6#1F0740
7#170530
8#0F0420
9#080210
Tints
Lighter variations
1#5C15BE
2#6A18DC
3#7C2EE8
4#8E4CEB
5#A16AEE
6#B488F2
7#C7A5F5
8#D9C3F8
9#ECE1FC
Tones
Muted variations
1#4F199A
2#502092
3#51278B
4#522E84
5#53367D
6#543D76
7#56446F
8#574B68
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD95 #BD95F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5E #9A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 7D30 #7D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6116 #6116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D12 #4D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #230849 | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EBDFFB;
--indigo-200: #D9C3F8;
--indigo-300: #BD95F3;
--indigo-400: #9A5EED;
--indigo-500: #7D30E8;
--indigo-600: #6116CA;
--indigo-700: #4D12A1;
--indigo-800: #370D73;
--indigo-900: #230849;
--indigo-950: #16052E;
}