Indigo
#480D72
PurpleColor Codes
All color formats for development
HEX
#480D72RGB
rgb(72, 13, 114)HSL
hsl(275, 80%, 25%)OKLCH
oklch(0.327 0.155 305)CMYK
cmyk(37%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410B67
2#3A0A5C
3#330950
4#2B0845
5#240639
6#1D052E
7#160422
8#0E0317
9#07010B
Tints
Lighter variations
1#5E1195
2#7414B8
3#8918DA
4#9C30E8
5#AC53EC
6#BD75F0
7#CD98F4
8#DEBAF7
9#EEDDFB
Tones
Muted variations
1#47126E
2#471769
3#461C63
4#45215E
5#442659
6#432B54
7#42304F
8#41364A
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C3 #E2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC95 #CC95F3 | BordersInactive statesPlaceholder text |
| 400 | B25E #B25EED | Disabled statesSecondary iconsMuted text |
| 500 | 9C30 #9C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F16 #7F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6512 #6512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480D #480D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E08 #2E0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1D05 #1D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FD;
--indigo-100: #F0DFFB;
--indigo-200: #E2C3F8;
--indigo-300: #CC95F3;
--indigo-400: #B25EED;
--indigo-500: #9C30E8;
--indigo-600: #7F16CA;
--indigo-700: #6512A1;
--indigo-800: #480D73;
--indigo-900: #2E0849;
--indigo-950: #1D052E;
}