Indigo
#410F71
PurpleColor Codes
All color formats for development
HEX
#410F71RGB
rgb(65, 15, 113)HSL
hsl(271, 77%, 25%)OKLCH
oklch(0.318 0.151 300.6)CMYK
cmyk(42%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0D66
2#340C5A
3#2E0A4F
4#270944
5#210738
6#1A062D
7#140422
8#0D0317
9#07010B
Tints
Lighter variations
1#551393
2#6917B5
3#7C1CD6
4#8F34E5
5#A256E9
6#B478ED
7#C799F2
8#DABBF6
9#ECDDFB
Tones
Muted variations
1#41146C
2#411867
3#411D62
4#41225D
5#412758
6#402C53
7#40314E
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 #DFC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A861 #A861EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F34 #8F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731A #731AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0948 | 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: #DFC4F7;
--indigo-300: #C697F2;
--indigo-400: #A861EA;
--indigo-500: #8F34E5;
--indigo-600: #731AC7;
--indigo-700: #5C159E;
--indigo-800: #410F71;
--indigo-900: #2A0948;
--indigo-950: #1A062D;
}