Indigo
#450878
PurpleColor Codes
All color formats for development
HEX
#450878RGB
rgb(69, 8, 120)HSL
hsl(273, 88%, 25%)OKLCH
oklch(0.325 0.164 301.1)CMYK
cmyk(43%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E076C
2#370660
3#310554
4#2A0548
5#23043C
6#1C0330
7#150224
8#0E0218
9#07010C
Tints
Lighter variations
1#5A0A9C
2#6F0CC0
3#840FE4
4#9627F1
5#A84BF4
6#B96FF6
7#CB93F8
8#DCB7FA
9#EEDBFD
Tones
Muted variations
1#450D72
2#44136D
3#441867
4#431E61
5#43245C
6#422956
7#412F51
8#41354B
9#403A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C1 #E1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CA91 #CA91F8 | BordersInactive statesPlaceholder text |
| 400 | AE57 #AE57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9627 #9627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0D #7A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610B #610BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4508 #450878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C05 #2C054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDDFD;
--indigo-200: #E1C1FB;
--indigo-300: #CA91F8;
--indigo-400: #AE57F4;
--indigo-500: #9627F1;
--indigo-600: #7A0DD3;
--indigo-700: #610BA8;
--indigo-800: #450878;
--indigo-900: #2C054D;
--indigo-950: #1C0330;
}