Indigo
#410E71
PurpleColor Codes
All color formats for development
HEX
#410E71RGB
rgb(65, 14, 113)HSL
hsl(271, 78%, 25%)OKLCH
oklch(0.317 0.152 300.7)CMYK
cmyk(42%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0D66
2#340B5B
3#2E0A4F
4#270844
5#210739
6#1A062D
7#140422
8#0D0317
9#07010B
Tints
Lighter variations
1#551294
2#6916B6
3#7C1BD8
4#8F33E6
5#A255EA
6#B477EE
7#C799F2
8#DABBF7
9#ECDDFB
Tones
Muted variations
1#41136D
2#411868
3#411D63
4#41225E
5#412759
6#402C54
7#40314F
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 | DFC4 #DFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A860 #A860EB | Disabled statesSecondary iconsMuted text |
| 500 | 8F33 #8F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7319 #7319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C14 #5C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410E #410E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FD;
--indigo-100: #EEDFFB;
--indigo-200: #DFC4F8;
--indigo-300: #C697F2;
--indigo-400: #A860EB;
--indigo-500: #8F33E6;
--indigo-600: #7319C8;
--indigo-700: #5C149F;
--indigo-800: #410E71;
--indigo-900: #2A0949;
--indigo-950: #1A062D;
}