Indigo
#5412CE
PurpleColor Codes
All color formats for development
HEX
#5412CERGB
rgb(84, 18, 206)HSL
hsl(261, 84%, 44%)OKLCH
oklch(0.439 0.244 286.1)CMYK
cmyk(59%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C10BA
2#430EA5
3#3B0D91
4#320B7C
5#2A0967
6#220753
7#19053E
8#110429
9#080215
Tints
Lighter variations
1#5F14E9
2#702DED
3#8247EF
4#9461F1
5#A67CF4
6#B796F6
7#C9B0F8
8#DBCAFA
9#EDE5FD
Tones
Muted variations
1#571BC5
2#5A25BC
3#5C2EB2
4#5F38A9
5#62419F
6#654B96
7#68548C
8#6B5D83
9#6D677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B693 #B693F6 | BordersInactive statesPlaceholder text |
| 400 | 8F5B #8F5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 6F2C #6F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5412 #5412CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 430E #430EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300A #300A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074B | Primary textHigh emphasis contentDark headings |
| 950 | 1304 #13042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E9DEFC;
--indigo-200: #D5C2FA;
--indigo-300: #B693F6;
--indigo-400: #8F5BF1;
--indigo-500: #6F2CED;
--indigo-600: #5412CE;
--indigo-700: #430EA4;
--indigo-800: #300A75;
--indigo-900: #1F074B;
--indigo-950: #13042F;
}