Indigo
#5B04DC
PurpleColor Codes
All color formats for development
HEX
#5B04DCRGB
rgb(91, 4, 220)HSL
hsl(264, 96%, 44%)OKLCH
oklch(0.456 0.261 286.8)CMYK
cmyk(59%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5204C6
2#4904B0
3#3F039A
4#360384
5#2D026E
6#240258
7#1B0142
8#12012C
9#090016
Tints
Lighter variations
1#6605F8
2#771FFA
3#883BFB
4#9957FC
5#AA73FC
6#BB8FFD
7#CCABFD
8#DDC7FE
9#EEE3FE
Tones
Muted variations
1#5D0FD1
2#5F1AC6
3#6125BC
4#6330B1
5#653AA6
6#68459B
7#6A5091
8#6C5B86
9#6E657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BE #D7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98C #B98CFD | BordersInactive statesPlaceholder text |
| 400 | 9550 #9550FB | Disabled statesSecondary iconsMuted text |
| 500 | 761E #761EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B04 #5B04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4804 #4804AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3403 #34037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #210250 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D7BEFE;
--indigo-300: #B98CFD;
--indigo-400: #9550FB;
--indigo-500: #761EFA;
--indigo-600: #5B04DC;
--indigo-700: #4804AF;
--indigo-800: #34037D;
--indigo-900: #210250;
--indigo-950: #150132;
}