Indigo
#2F034F
PurpleColor Codes
All color formats for development
HEX
#2F034FRGB
rgb(47, 3, 79)HSL
hsl(275, 93%, 16%)OKLCH
oklch(0.248 0.124 304.2)CMYK
cmyk(41%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0347
2#26023F
3#210237
4#1C022F
5#180127
6#13011F
7#0E0118
8#090110
9#050008
Tints
Lighter variations
1#480478
2#6106A1
3#7907CB
4#9209F4
5#A530F8
6#B75AF9
7#C983FB
8#DBACFC
9#EDD6FE
Tones
Muted variations
1#2E074B
2#2E0A47
3#2D0E43
4#2D1240
5#2C163C
6#2B1A38
7#2B1D34
8#2A2130
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BF #E3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CD8E #CD8EFB | BordersInactive statesPlaceholder text |
| 400 | B453 #B453F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9E22 #9E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8208 #8208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6706 #6706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A04 #4A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F03 #2F034F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F0DDFE;
--indigo-200: #E3BFFD;
--indigo-300: #CD8EFB;
--indigo-400: #B453F9;
--indigo-500: #9E22F7;
--indigo-600: #8208D9;
--indigo-700: #6706AC;
--indigo-800: #4A047B;
--indigo-900: #2F034F;
--indigo-950: #1D0231;
}