Indigo
#450F71
PurpleColor Codes
All color formats for development
HEX
#450F71RGB
rgb(69, 15, 113)HSL
hsl(273, 77%, 25%)OKLCH
oklch(0.323 0.152 303.2)CMYK
cmyk(39%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0D66
2#370C5A
3#300A4F
4#290944
5#220738
6#1B062D
7#150422
8#0E0317
9#07010B
Tints
Lighter variations
1#591393
2#6E17B5
3#821CD6
4#9534E5
5#A756E9
6#B878ED
7#CA99F2
8#DCBBF6
9#EDDDFB
Tones
Muted variations
1#44146C
2#441867
3#431D62
4#43225D
5#422758
6#422C53
7#41314E
8#41364A
9#403B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C997 #C997F2 | BordersInactive statesPlaceholder text |
| 400 | AD61 #AD61EA | Disabled statesSecondary iconsMuted text |
| 500 | 9534 #9534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791A #791AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0948 | 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: #F8F1FD;
--indigo-100: #EFDFFB;
--indigo-200: #E0C4F7;
--indigo-300: #C997F2;
--indigo-400: #AD61EA;
--indigo-500: #9534E5;
--indigo-600: #791AC7;
--indigo-700: #60159E;
--indigo-800: #450F71;
--indigo-900: #2C0948;
--indigo-950: #1B062D;
}