Indigo
#45169C
PurpleColor Codes
All color formats for development
HEX
#45169CRGB
rgb(69, 22, 156)HSL
hsl(261, 75%, 35%)OKLCH
oklch(0.372 0.192 289)CMYK
cmyk(56%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E148D
2#37127D
3#30106D
4#2A0D5E
5#230B4E
6#1C093E
7#15072F
8#0E041F
9#070210
Tints
Lighter variations
1#521AB9
2#5F1FD6
3#7134E2
4#8551E6
5#996EEA
6#AE8BEE
7#C2A8F3
8#D6C5F7
9#EBE2FB
Tones
Muted variations
1#471D95
2#49248F
3#4B2A88
4#4D3181
5#4F387B
6#513E74
7#53456D
8#554C67
9#575360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C5 #D6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B798 #B798F0 | BordersInactive statesPlaceholder text |
| 400 | 9263 #9263E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7236 #7236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 571C #571CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4516 #45169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3110 #311070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 200A #200A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #E9E0FB;
--indigo-200: #D6C5F7;
--indigo-300: #B798F0;
--indigo-400: #9263E9;
--indigo-500: #7236E2;
--indigo-600: #571CC4;
--indigo-700: #45169C;
--indigo-800: #311070;
--indigo-900: #200A47;
--indigo-950: #14062D;
}