Indigo
#5619C8
PurpleColor Codes
All color formats for development
HEX
#5619C8RGB
rgb(86, 25, 200)HSL
hsl(261, 78%, 44%)OKLCH
oklch(0.439 0.235 287.6)CMYK
cmyk(57%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D16B4
2#4514A0
3#3C118C
4#340F78
5#2B0C64
6#220A50
7#1A073C
8#110528
9#090214
Tints
Lighter variations
1#611CE1
2#7234E6
3#844DE9
4#9566EC
5#A780EF
6#B999F2
7#CAB3F6
8#DCCCF9
9#EDE6FC
Tones
Muted variations
1#5921BF
2#5B2AB6
3#5E33AD
4#603CA5
5#63449C
6#664D93
7#68568A
8#6B5F82
9#6E6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B797 #B797F2 | BordersInactive statesPlaceholder text |
| 400 | 9160 #9160EB | Disabled statesSecondary iconsMuted text |
| 500 | 7133 #7133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5619 #5619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4414 #44149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310E #310E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D6C4F8;
--indigo-300: #B797F2;
--indigo-400: #9160EB;
--indigo-500: #7133E6;
--indigo-600: #5619C8;
--indigo-700: #44149F;
--indigo-800: #310E71;
--indigo-900: #1F0949;
--indigo-950: #14062D;
}