Indigo
#430F70
PurpleColor Codes
All color formats for development
HEX
#430F70RGB
rgb(67, 15, 112)HSL
hsl(272, 76%, 25%)OKLCH
oklch(0.32 0.151 302.3)CMYK
cmyk(40%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0E65
2#360C5A
3#2F0B4F
4#280943
5#210838
6#1B062D
7#140522
8#0D0316
9#07020B
Tints
Lighter variations
1#571492
2#6B18B4
3#7F1DD5
4#9235E3
5#A457E8
6#B678ED
7#C99AF1
8#DBBCF6
9#EDDDFA
Tones
Muted variations
1#43146B
2#421967
3#421E62
4#42235D
5#412858
6#412C53
7#41314E
8#403649
9#403B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C798 #C798F1 | BordersInactive statesPlaceholder text |
| 400 | AA62 #AA62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9235 #9235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761B #761BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E15 #5E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430F #430F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0A #2B0A48 | 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: #EEE0FB;
--indigo-200: #E0C5F7;
--indigo-300: #C798F1;
--indigo-400: #AA62EA;
--indigo-500: #9235E3;
--indigo-600: #761BC5;
--indigo-700: #5E159D;
--indigo-800: #430F70;
--indigo-900: #2B0A48;
--indigo-950: #1B062D;
}