Indigo
#52159E
PurpleColor Codes
All color formats for development
HEX
#52159ERGB
rgb(82, 21, 158)HSL
hsl(267, 77%, 35%)OKLCH
oklch(0.388 0.195 295.4)CMYK
cmyk(48%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A128E
2#42107E
3#3A0E6F
4#310C5F
5#290A4F
6#21083F
7#19062F
8#100420
9#080210
Tints
Lighter variations
1#6218BB
2#711CD9
3#8232E4
4#944FE8
5#A66CEC
6#B88AF0
7#C9A7F4
8#DBC4F7
9#EDE2FB
Tones
Muted variations
1#531B97
2#542290
3#542989
4#553082
5#56377C
6#573E75
7#57456E
8#584C67
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 #DBC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F61 #9F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 8334 #8334E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681A #681AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260948 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #ECDFFB;
--indigo-200: #DBC4F7;
--indigo-300: #C097F2;
--indigo-400: #9F61EA;
--indigo-500: #8334E5;
--indigo-600: #681AC7;
--indigo-700: #52159E;
--indigo-800: #3B0F71;
--indigo-900: #260948;
--indigo-950: #18062D;
}