Indigo
#5F1AC7
PurpleColor Codes
All color formats for development
HEX
#5F1AC7RGB
rgb(95, 26, 199)HSL
hsl(264, 77%, 44%)OKLCH
oklch(0.448 0.233 291.5)CMYK
cmyk(52%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5517B3
2#4C159F
3#42128B
4#390F77
5#2F0D63
6#260A4F
7#1C083C
8#130528
9#090314
Tints
Lighter variations
1#6B1DE0
2#7B35E5
3#8C4EE8
4#9C67EB
5#AD81EF
6#BD9AF2
7#CEB3F5
8#DECCF8
9#EFE6FC
Tones
Muted variations
1#6122BE
2#622BB5
3#6434AD
4#663CA4
5#68459B
6#694E93
7#6B568A
8#6D5F81
9#6E6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9861 #9861EA | Disabled statesSecondary iconsMuted text |
| 500 | 7B34 #7B34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1A #5F1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C15 #4C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360F #360F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230948 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D9C4F7;
--indigo-300: #BB97F2;
--indigo-400: #9861EA;
--indigo-500: #7B34E5;
--indigo-600: #5F1AC7;
--indigo-700: #4C159E;
--indigo-800: #360F71;
--indigo-900: #230948;
--indigo-950: #16062D;
}