Indigo
#5319C8
PurpleColor Codes
All color formats for development
HEX
#5319C8RGB
rgb(83, 25, 200)HSL
hsl(260, 78%, 44%)OKLCH
oklch(0.436 0.235 286.4)CMYK
cmyk(59%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B16B4
2#4214A0
3#3A118C
4#320F78
5#2A0C64
6#210A50
7#19073C
8#110528
9#080214
Tints
Lighter variations
1#5E1CE1
2#6F34E6
3#814DE9
4#9366EC
5#A580EF
6#B799F2
7#C9B3F6
8#DBCCF9
9#EDE6FC
Tones
Muted variations
1#5621BF
2#592AB6
3#5C33AD
4#5F3CA5
5#62449C
6#654D93
7#67568A
8#6A5F82
9#6D6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C4 #D5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F60 #8F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6E33 #6E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5319 #5319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4214 #42149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0E #2F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D5C4F8;
--indigo-300: #B597F2;
--indigo-400: #8F60EB;
--indigo-500: #6E33E6;
--indigo-600: #5319C8;
--indigo-700: #42149F;
--indigo-800: #2F0E71;
--indigo-900: #1E0949;
--indigo-950: #13062D;
}