Indigo
#3D04AF
PurpleColor Codes
All color formats for development
HEX
#3D04AFRGB
rgb(61, 4, 175)HSL
hsl(260, 96%, 35%)OKLCH
oklch(0.375 0.221 282.2)CMYK
cmyk(65%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37039D
2#31038C
3#2A027A
4#240269
5#1E0257
6#180146
7#120134
8#0C0123
9#060011
Tints
Lighter variations
1#4804CF
2#5305F0
3#661CFA
4#7C3CFB
5#925DFC
6#A77DFC
7#BD9EFD
8#D3BEFE
9#E9DFFE
Tones
Muted variations
1#400CA6
2#42159E
3#451D95
4#48268D
5#4B2E84
6#4E377C
7#514073
8#54486A
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BE #D3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B28C #B28CFD | BordersInactive statesPlaceholder text |
| 400 | 8950 #8950FB | Disabled statesSecondary iconsMuted text |
| 500 | 681E #681EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C04 #4C04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D04 #3D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B03 #2B037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C02 #1C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1101 #110132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DCFE;
--indigo-200: #D3BEFE;
--indigo-300: #B28CFD;
--indigo-400: #8950FB;
--indigo-500: #681EFA;
--indigo-600: #4C04DC;
--indigo-700: #3D04AF;
--indigo-800: #2B037D;
--indigo-900: #1C0250;
--indigo-950: #110132;
}