Indigo
#42047B
PurpleColor Codes
All color formats for development
HEX
#42047BRGB
rgb(66, 4, 123)HSL
hsl(271, 94%, 25%)OKLCH
oklch(0.322 0.169 298.5)CMYK
cmyk(46%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B036F
2#350363
3#2E0357
4#27024A
5#21023E
6#1A0231
7#140125
8#0D0119
9#07000C
Tints
Lighter variations
1#5505A1
2#6906C6
3#7D07EB
4#9020F8
5#A245F9
6#B56BFA
7#C790FC
8#DAB5FD
9#ECDAFE
Tones
Muted variations
1#420A76
2#411070
3#41166A
4#411C64
5#41225E
6#412858
7#402E52
8#40344C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68D #C68DFB | BordersInactive statesPlaceholder text |
| 400 | A952 #A952FA | Disabled statesSecondary iconsMuted text |
| 500 | 9020 #9020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7407 #7407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C05 #5C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4204 #42047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A02 #2A024F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFE;
--indigo-200: #DFBFFD;
--indigo-300: #C68DFB;
--indigo-400: #A952FA;
--indigo-500: #9020F8;
--indigo-600: #7407DA;
--indigo-700: #5C05AD;
--indigo-800: #42047C;
--indigo-900: #2A024F;
--indigo-950: #1A0231;
}