Indigo
#5112CE
PurpleColor Codes
All color formats for development
HEX
#5112CERGB
rgb(81, 18, 206)HSL
hsl(260, 84%, 44%)OKLCH
oklch(0.436 0.244 284.9)CMYK
cmyk(61%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4910BA
2#410EA5
3#390D91
4#300B7C
5#280967
6#200753
7#18053E
8#100429
9#080215
Tints
Lighter variations
1#5B14E9
2#6D2DED
3#7F47EF
4#9161F1
5#A47CF4
6#B696F6
7#C8B0F8
8#DACAFA
9#EDE5FD
Tones
Muted variations
1#541BC5
2#5725BC
3#5A2EB2
4#5D38A9
5#60419F
6#644B96
7#67548C
8#6A5D83
9#6D677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B493 #B493F6 | BordersInactive statesPlaceholder text |
| 400 | 8D5B #8D5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 6C2C #6C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5112 #5112CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 400E #400EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0A #2E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D07 #1D074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DEFC;
--indigo-200: #D5C2FA;
--indigo-300: #B493F6;
--indigo-400: #8D5BF1;
--indigo-500: #6C2CED;
--indigo-600: #5112CE;
--indigo-700: #400EA4;
--indigo-800: #2E0A75;
--indigo-900: #1D074B;
--indigo-950: #12042F;
}