Indigo
#450F70
PurpleColor Codes
All color formats for development
HEX
#450F70RGB
rgb(69, 15, 112)HSL
hsl(273, 76%, 25%)OKLCH
oklch(0.322 0.151 303.6)CMYK
cmyk(38%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0E65
2#370C5A
3#300B4F
4#290943
5#220838
6#1B062D
7#150522
8#0E0316
9#07020B
Tints
Lighter variations
1#591492
2#6E18B4
3#821DD5
4#9535E3
5#A757E8
6#B878ED
7#CA9AF1
8#DCBCF6
9#EDDDFA
Tones
Muted variations
1#44146B
2#441967
3#431E62
4#43235D
5#422858
6#422C53
7#41314E
8#413649
9#403B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C998 #C998F1 | BordersInactive statesPlaceholder text |
| 400 | AD62 #AD62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9535 #9535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791B #791BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0A #2C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #EFE0FB;
--indigo-200: #E0C5F7;
--indigo-300: #C998F1;
--indigo-400: #AD62EA;
--indigo-500: #9535E3;
--indigo-600: #791BC5;
--indigo-700: #60159D;
--indigo-800: #450F70;
--indigo-900: #2C0A48;
--indigo-950: #1B062D;
}