Indigo
#2C047C
PurpleColor Codes
All color formats for development
HEX
#2C047CRGB
rgb(44, 4, 124)HSL
hsl(260, 94%, 25%)OKLCH
oklch(0.297 0.17 284.1)CMYK
cmyk(65%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27036F
2#230363
3#1F0357
4#1A024A
5#16023E
6#120231
7#0D0125
8#090119
9#04000C
Tints
Lighter variations
1#3905A1
2#4606C6
3#5307EB
4#6820F8
5#8145F9
6#9B6BFA
7#B490FC
8#CDB5FD
9#E6DAFE
Tones
Muted variations
1#2E0A76
2#301070
3#32166A
4#341C64
5#36225E
6#382858
7#3A2E52
8#3C344C
9#3E3A46
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;
}