Indigo
#5213A0
PurpleColor Codes
All color formats for development
HEX
#5213A0RGB
rgb(82, 19, 160)HSL
hsl(267, 79%, 35%)OKLCH
oklch(0.389 0.198 295)CMYK
cmyk(49%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A1190
2#420F80
3#3A0D70
4#310B60
5#290950
6#210740
7#190630
8#100420
9#080210
Tints
Lighter variations
1#6116BD
2#711ADB
3#822FE7
4#944DEA
5#A66BEE
6#B788F1
7#C9A6F5
8#DBC4F8
9#EDE1FC
Tones
Muted variations
1#531A99
2#542192
3#54288B
4#552F84
5#56367D
6#563D75
7#57446E
8#584B67
9#595260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC4 #DBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C096 #C096F3 | BordersInactive statesPlaceholder text |
| 400 | 9F5F #9F5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8332 #8332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6718 #6718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5213 #5213A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0D #3B0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #ECDFFB;
--indigo-200: #DBC4F8;
--indigo-300: #C096F3;
--indigo-400: #9F5FEC;
--indigo-500: #8332E7;
--indigo-600: #6718C9;
--indigo-700: #5213A0;
--indigo-800: #3B0D72;
--indigo-900: #260949;
--indigo-950: #17052E;
}