Indigo
#2F024F
PurpleColor Codes
All color formats for development
HEX
#2F024FRGB
rgb(47, 2, 79)HSL
hsl(275, 95%, 16%)OKLCH
oklch(0.247 0.125 304.4)CMYK
cmyk(41%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0248
2#260240
3#210138
4#1C0130
5#180128
6#130120
7#0E0118
8#090010
9#050008
Tints
Lighter variations
1#480379
2#6104A3
3#7A05CD
4#9306F7
5#A52EFA
6#B758FB
7#C982FC
8#DBABFD
9#EDD5FE
Tones
Muted variations
1#2F064C
2#2E0A48
3#2D0E44
4#2D1240
5#2C153C
6#2B1938
7#2B1D34
8#2A2131
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BE #E3BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8D #CE8DFC | BordersInactive statesPlaceholder text |
| 400 | B451 #B451FB | Disabled statesSecondary iconsMuted text |
| 500 | 9E1F #9E1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8206 #8206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6704 #6704AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A03 #4A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F02 #2F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F0DCFE;
--indigo-200: #E3BEFD;
--indigo-300: #CE8DFC;
--indigo-400: #B451FB;
--indigo-500: #9E1FF9;
--indigo-600: #8206DB;
--indigo-700: #6704AE;
--indigo-800: #4A037C;
--indigo-900: #2F0250;
--indigo-950: #1E0132;
}