Indigo
#52149F
PurpleColor Codes
All color formats for development
HEX
#52149FRGB
rgb(82, 20, 159)HSL
hsl(267, 78%, 35%)OKLCH
oklch(0.389 0.196 295.2)CMYK
cmyk(48%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A128F
2#42107F
3#3A0E6F
4#310C5F
5#290A4F
6#210840
7#190630
8#100420
9#080210
Tints
Lighter variations
1#6217BC
2#711BDA
3#8230E5
4#944EE9
5#A66BED
6#B889F0
7#C9A6F4
8#DBC4F8
9#EDE1FB
Tones
Muted variations
1#531B98
2#542291
3#54298A
4#552F83
5#56367C
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 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F60 #9F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8333 #8333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6719 #6719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5214 #52149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0E #3B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | 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: #DBC4F8;
--indigo-300: #C097F2;
--indigo-400: #9F60EB;
--indigo-500: #8333E6;
--indigo-600: #6719C8;
--indigo-700: #52149F;
--indigo-800: #3B0E71;
--indigo-900: #260949;
--indigo-950: #18062D;
}