Indigo
#5E16CA
PurpleColor Codes
All color formats for development
HEX
#5E16CARGB
rgb(94, 22, 202)HSL
hsl(264, 80%, 44%)OKLCH
oklch(0.447 0.238 290.7)CMYK
cmyk(53%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5514B6
2#4B12A2
3#42108D
4#390D79
5#2F0B65
6#260951
7#1C073D
8#130428
9#090214
Tints
Lighter variations
1#6A19E4
2#7A31E8
3#8B4BEB
4#9C65EE
5#AC7EF1
6#BD98F4
7#CDB2F6
8#DECCF9
9#EEE5FC
Tones
Muted variations
1#601FC1
2#6228B8
3#6431AF
4#653AA6
5#67439D
6#694C94
7#6B558B
8#6D5E82
9#6E6779
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;
}