Indigo
#410D72
PurpleColor Codes
All color formats for development
HEX
#410D72RGB
rgb(65, 13, 114)HSL
hsl(271, 80%, 25%)OKLCH
oklch(0.317 0.154 300.4)CMYK
cmyk(43%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0B67
2#340A5C
3#2E0950
4#270845
5#210639
6#1A052E
7#140422
8#0D0317
9#07010B
Tints
Lighter variations
1#551195
2#6914B8
3#7C18DA
4#8F30E8
5#A253EC
6#B575F0
7#C798F4
8#DABAF7
9#ECDDFB
Tones
Muted variations
1#41126E
2#411769
3#411C63
4#41215E
5#412659
6#402B54
7#40304F
8#40364A
9#403B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC3 #DFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C695 #C695F3 | BordersInactive statesPlaceholder text |
| 400 | A85E #A85EED | Disabled statesSecondary iconsMuted text |
| 500 | 8F30 #8F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7316 #7316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C12 #5C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410D #410D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A08 #2A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FD;
--indigo-100: #EEDFFB;
--indigo-200: #DFC3F8;
--indigo-300: #C695F3;
--indigo-400: #A85EED;
--indigo-500: #8F30E8;
--indigo-600: #7316CA;
--indigo-700: #5C12A1;
--indigo-800: #410D73;
--indigo-900: #2A0849;
--indigo-950: #1A052E;
}