Indigo
#530679
PurpleColor Codes
All color formats for development
HEX
#530679RGB
rgb(83, 6, 121)HSL
hsl(280, 91%, 25%)OKLCH
oklch(0.345 0.169 309.3)CMYK
cmyk(31%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B056E
2#420561
3#3A0455
4#320349
5#2A033D
6#210231
7#190225
8#110118
9#08010C
Tints
Lighter variations
1#6C079E
2#8509C3
3#9E0BE7
4#AF24F5
5#BC48F6
6#CA6DF8
7#D791FA
8#E4B6FC
9#F2DAFD
Tones
Muted variations
1#510C74
2#4F116E
3#4D1768
4#4B1D63
5#49235D
6#472957
7#462E51
8#44344B
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C0 #E8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D68F #D68FFA | BordersInactive statesPlaceholder text |
| 400 | C155 #C155F7 | Disabled statesSecondary iconsMuted text |
| 500 | AF24 #AF24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 920A #920AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7408 #7408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5306 #53067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3504 #35044E | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FE;
--indigo-100: #F3DDFD;
--indigo-200: #E8C0FC;
--indigo-300: #D68FFA;
--indigo-400: #C155F7;
--indigo-500: #AF24F5;
--indigo-600: #920AD6;
--indigo-700: #7408AA;
--indigo-800: #53067A;
--indigo-900: #35044E;
--indigo-950: #210231;
}