Indigo
#31027E
PurpleColor Codes
All color formats for development
HEX
#31027ERGB
rgb(49, 2, 126)HSL
hsl(263, 97%, 25%)OKLCH
oklch(0.303 0.173 286.9)CMYK
cmyk(61%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0271
2#270264
3#230158
4#1E014B
5#19013F
6#140132
7#0F0126
8#0A0019
9#05000D
Tints
Lighter variations
1#4002A3
2#4F03C9
3#5E04EF
4#721DFC
5#8A43FC
6#A168FD
7#B98EFD
8#D0B4FE
9#E8D9FE
Tones
Muted variations
1#330877
2#340E71
3#36146B
4#371B65
5#39215F
6#3A2758
7#3B2D52
8#3D334C
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BE #D6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B78B #B78BFD | BordersInactive statesPlaceholder text |
| 400 | 924F #924FFC | Disabled statesSecondary iconsMuted text |
| 500 | 721D #721DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5703 #5703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4503 #4503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3102 #31027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2001 #200150 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D6BEFE;
--indigo-300: #B78BFD;
--indigo-400: #924FFC;
--indigo-500: #721DFC;
--indigo-600: #5703DD;
--indigo-700: #4503B0;
--indigo-800: #31027E;
--indigo-900: #200150;
--indigo-950: #140132;
}