Indigo
#2A034E
PurpleColor Codes
All color formats for development
HEX
#2A034ERGB
rgb(42, 3, 78)HSL
hsl(271, 93%, 16%)OKLCH
oklch(0.239 0.122 300.3)CMYK
cmyk(46%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260347
2#22023F
3#1D0237
4#19022F
5#150127
6#11011F
7#0D0118
8#080110
9#040008
Tints
Lighter variations
1#400478
2#5606A1
3#6C07CB
4#8209F4
5#9730F8
6#AC5AF9
7#C183FB
8#D5ACFC
9#EAD6FE
Tones
Muted variations
1#2A074B
2#2A0A47
3#2A0E43
4#2A1240
5#29163C
6#291A38
7#291D34
8#292130
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFB | BordersInactive statesPlaceholder text |
| 400 | A953 #A953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9022 #9022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7408 #7408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C06 #5C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4204 #42047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034F | 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: #F8F0FE;
--indigo-100: #EEDDFE;
--indigo-200: #DFBFFD;
--indigo-300: #C68EFB;
--indigo-400: #A953F9;
--indigo-500: #9022F7;
--indigo-600: #7408D9;
--indigo-700: #5C06AC;
--indigo-800: #42047B;
--indigo-900: #2A034F;
--indigo-950: #1A0231;
}