Indigo
#580AD6
PurpleColor Codes
All color formats for development
HEX
#580AD6RGB
rgb(88, 10, 214)HSL
hsl(263, 91%, 44%)OKLCH
oklch(0.448 0.254 286.5)CMYK
cmyk(59%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5009C1
2#4708AB
3#3E0796
4#350681
5#2C056B
6#230456
7#1B0340
8#12022B
9#090115
Tints
Lighter variations
1#640BF2
2#7525F5
3#8640F6
4#975BF7
5#A877F9
6#BA92FA
7#CBADFB
8#DCC8FC
9#EEE4FE
Tones
Muted variations
1#5B14CC
2#5D1FC2
3#6029B8
4#6233AD
5#643DA3
6#674799
7#69528F
8#6B5C85
9#6E667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88F #B88FFA | BordersInactive statesPlaceholder text |
| 400 | 9355 #9355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7424 #7424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 580A #580AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4608 #4608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3206 #32067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044E | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #E9DDFD;
--indigo-200: #D7C0FC;
--indigo-300: #B88FFA;
--indigo-400: #9355F7;
--indigo-500: #7424F5;
--indigo-600: #580AD6;
--indigo-700: #4608AA;
--indigo-800: #32067A;
--indigo-900: #20044E;
--indigo-950: #140231;
}