Indigo
#5D11D0
PurpleColor Codes
All color formats for development
HEX
#5D11D0RGB
rgb(93, 17, 208)HSL
hsl(264, 85%, 44%)OKLCH
oklch(0.45 0.246 289.4)CMYK
cmyk(55%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#540FBB
2#4B0DA6
3#410C91
4#380A7D
5#2F0868
6#250753
7#1C053E
8#13032A
9#090215
Tints
Lighter variations
1#6913EA
2#792CEE
3#8A46F0
4#9B60F2
5#AB7BF4
6#BC95F6
7#CDB0F9
8#DECAFB
9#EEE5FD
Tones
Muted variations
1#5F1AC6
2#6124BC
3#632DB3
4#6537A9
5#6741A0
6#694A96
7#6A548D
8#6C5D83
9#6E677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BA92 #BA92F6 | BordersInactive statesPlaceholder text |
| 400 | 975A #975AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 792B #792BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D11 #5D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0D #4A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350A #350A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2206 #22064B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADEFC;
--indigo-200: #D8C2FA;
--indigo-300: #BA92F6;
--indigo-400: #975AF2;
--indigo-500: #792BEE;
--indigo-600: #5D11D0;
--indigo-700: #4A0DA5;
--indigo-800: #350A76;
--indigo-900: #22064B;
--indigo-950: #15042F;
}