Indigo
#4B149F
PurpleColor Codes
All color formats for development
HEX
#4B149FRGB
rgb(75, 20, 159)HSL
hsl(264, 78%, 35%)OKLCH
oklch(0.381 0.196 291.6)CMYK
cmyk(53%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44128F
2#3C107F
3#350E6F
4#2D0C5F
5#260A4F
6#1E0840
7#170630
8#0F0420
9#080210
Tints
Lighter variations
1#5917BC
2#671BDA
3#7930E5
4#8C4EE9
5#9F6BED
6#B289F0
7#C6A6F4
8#D9C4F8
9#ECE1FB
Tones
Muted variations
1#4D1B98
2#4E2291
3#50298A
4#512F83
5#52367C
6#543D75
7#55446E
8#564B67
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 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9860 #9860EB | Disabled statesSecondary iconsMuted text |
| 500 | 7A33 #7A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F19 #5F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B14 #4B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360E #360E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D9C4F8;
--indigo-300: #BB97F2;
--indigo-400: #9860EB;
--indigo-500: #7A33E6;
--indigo-600: #5F19C8;
--indigo-700: #4B149F;
--indigo-800: #360E71;
--indigo-900: #220949;
--indigo-950: #16062D;
}