Indigo
#520E71
PurpleColor Codes
All color formats for development
HEX
#520E71RGB
rgb(82, 14, 113)HSL
hsl(281, 78%, 25%)OKLCH
oklch(0.341 0.156 311.6)CMYK
cmyk(27%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A0D66
2#420B5B
3#390A4F
4#310844
5#290739
6#21062D
7#190422
8#100317
9#08010B
Tints
Lighter variations
1#6B1294
2#8316B6
3#9C1BD8
4#AD33E6
5#BB55EA
6#C877EE
7#D699F2
8#E4BBF7
9#F1DDFB
Tones
Muted variations
1#50136D
2#4E1868
3#4D1D63
4#4B225E
5#492759
6#472C54
7#45314F
8#43364A
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C4 #E7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D597 #D597F2 | BordersInactive statesPlaceholder text |
| 400 | BF60 #BF60EB | Disabled statesSecondary iconsMuted text |
| 500 | AD33 #AD33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9019 #9019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7314 #73149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 520E #520E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3409 #340949 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FD;
--indigo-100: #F2DFFB;
--indigo-200: #E7C4F8;
--indigo-300: #D597F2;
--indigo-400: #BF60EB;
--indigo-500: #AD33E6;
--indigo-600: #9019C8;
--indigo-700: #73149F;
--indigo-800: #520E71;
--indigo-900: #340949;
--indigo-950: #21062D;
}