Indigo
#2F04AE
PurpleColor Codes
All color formats for development
HEX
#2F04AERGB
rgb(47, 4, 174)HSL
hsl(255, 96%, 35%)OKLCH
oklch(0.362 0.223 276.3)CMYK
cmyk(73%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A039D
2#25038C
3#20027A
4#1C0269
5#170257
6#130146
7#0E0134
8#090123
9#050011
Tints
Lighter variations
1#3704CF
2#4005F0
3#531CFA
4#6C3CFB
5#845DFC
6#9D7DFC
7#B59EFD
8#CEBEFE
9#E6DFFE
Tones
Muted variations
1#330CA6
2#37159E
3#3B1D95
4#40268D
5#442E84
6#48377C
7#4C4073
8#51486A
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBE #CEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88C #A88CFD | BordersInactive statesPlaceholder text |
| 400 | 7B50 #7B50FB | Disabled statesSecondary iconsMuted text |
| 500 | 551E #551EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A04 #3A04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E04 #2E04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2103 #21037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1502 #150250 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E5DCFE;
--indigo-200: #CEBEFE;
--indigo-300: #A88CFD;
--indigo-400: #7B50FB;
--indigo-500: #551EFA;
--indigo-600: #3A04DC;
--indigo-700: #2E04AF;
--indigo-800: #21037D;
--indigo-900: #150250;
--indigo-950: #0D0132;
}