Indigo
#450FA3
PurpleColor Codes
All color formats for development
HEX
#450FA3RGB
rgb(69, 15, 163)HSL
hsl(262, 83%, 35%)OKLCH
oklch(0.375 0.203 288)CMYK
cmyk(58%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0E93
2#380C83
3#310B72
4#2A0962
5#230852
6#1C0641
7#150531
8#0E0321
9#070210
Tints
Lighter variations
1#5212C2
2#5F15E0
3#712BEB
4#8649EE
5#9A67F1
6#AE86F4
7#C2A4F7
8#D7C2F9
9#EBE1FC
Tones
Muted variations
1#47179C
2#491E95
3#4B258D
4#4D2D86
5#4F347E
6#513C77
7#53436F
8#554A68
9#575261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C2 #D7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B794 #B794F5 | BordersInactive statesPlaceholder text |
| 400 | 925C #925CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 732D #732DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5713 #5713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450F #450FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320B #320B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #E9DEFC;
--indigo-200: #D7C2F9;
--indigo-300: #B794F5;
--indigo-400: #925CF0;
--indigo-500: #732DEB;
--indigo-600: #5713CD;
--indigo-700: #450FA3;
--indigo-800: #320B75;
--indigo-900: #20074B;
--indigo-950: #14042F;
}