Indigo
#5F0AD6
PurpleColor Codes
All color formats for development
HEX
#5F0AD6RGB
rgb(95, 10, 214)HSL
hsl(265, 91%, 44%)OKLCH
oklch(0.455 0.254 289.3)CMYK
cmyk(56%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5609C1
2#4C08AB
3#430796
4#390681
5#30056B
6#260456
7#1D0340
8#13022B
9#0A0115
Tints
Lighter variations
1#6B0BF2
2#7B25F5
3#8C40F6
4#9C5BF7
5#AD77F9
6#BD92FA
7#CEADFB
8#DEC8FC
9#EFE4FE
Tones
Muted variations
1#6114CC
2#631FC2
3#6429B8
4#6633AD
5#683DA3
6#694799
7#6B528F
8#6D5C85
9#6E667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C0 #D9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8F #BB8FFA | BordersInactive statesPlaceholder text |
| 400 | 9855 #9855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7B24 #7B24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F0A #5F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C08 #4C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3606 #36067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2304 #23044E | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #EADDFD;
--indigo-200: #D9C0FC;
--indigo-300: #BB8FFA;
--indigo-400: #9855F7;
--indigo-500: #7B24F5;
--indigo-600: #5F0AD6;
--indigo-700: #4C08AA;
--indigo-800: #36067A;
--indigo-900: #23044E;
--indigo-950: #160231;
}