Indigo
#3D05AD
PurpleColor Codes
All color formats for development
HEX
#3D05ADRGB
rgb(61, 5, 173)HSL
hsl(260, 94%, 35%)OKLCH
oklch(0.374 0.218 282.6)CMYK
cmyk(65%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37059C
2#31048B
3#2B0479
4#250368
5#1F0357
6#190245
7#120234
8#0C0123
9#060111
Tints
Lighter variations
1#4906CD
2#5407ED
3#671EF8
4#7C3EF9
5#925EFA
6#A87EFB
7#BE9FFC
8#D3BFFD
9#E9DFFE
Tones
Muted variations
1#400EA5
2#43169C
3#461F94
4#48278C
5#4B2F83
6#4E387B
7#514072
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 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28D #B28DFB | BordersInactive statesPlaceholder text |
| 400 | 8A52 #8A52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6820 #6820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D07 #4D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D05 #3D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C04 #2C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C02 #1C024F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E8DCFE;
--indigo-200: #D3BFFD;
--indigo-300: #B28DFB;
--indigo-400: #8A52FA;
--indigo-500: #6820F8;
--indigo-600: #4D07DA;
--indigo-700: #3D05AD;
--indigo-800: #2C047C;
--indigo-900: #1C024F;
--indigo-950: #120231;
}