Indigo
#4B12A1
PurpleColor Codes
All color formats for development
HEX
#4B12A1RGB
rgb(75, 18, 161)HSL
hsl(264, 80%, 35%)OKLCH
oklch(0.381 0.199 291.3)CMYK
cmyk(53%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#431091
2#3C0E81
3#340C70
4#2D0B60
5#250950
6#1E0740
7#160530
8#0F0420
9#070210
Tints
Lighter variations
1#5915BE
2#6718DC
3#782EE8
4#8C4CEB
5#9F6AEE
6#B288F2
7#C5A5F5
8#D9C3F8
9#ECE1FC
Tones
Muted variations
1#4C199A
2#4E2092
3#4F278B
4#512E84
5#52367D
6#543D76
7#55446F
8#564B68
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB95 #BB95F3 | BordersInactive statesPlaceholder text |
| 400 | 975E #975EED | Disabled statesSecondary iconsMuted text |
| 500 | 7A30 #7A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E16 #5E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B12 #4B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2208 #220849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D9C3F8;
--indigo-300: #BB95F3;
--indigo-400: #975EED;
--indigo-500: #7A30E8;
--indigo-600: #5E16CA;
--indigo-700: #4B12A1;
--indigo-800: #360D73;
--indigo-900: #220849;
--indigo-950: #15052E;
}